Skip to content

Commit

Permalink
Suppress unexpected error of veryl-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Mar 28, 2024
1 parent a0ce1f6 commit 9e672b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/languageserver/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ impl Server {
!matches!(
x,
AnalyzerError::UndefinedIdentifier { .. }
| AnalyzerError::UnknownMember { .. }
| AnalyzerError::UnassignVariable { .. }
)
}
Expand Down

0 comments on commit 9e672b6

Please sign in to comment.