-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lsp: Ensure parse errors are saved as diagnostics correctly (#1352)
* lsp: Correctly extract parse errors This also updates the server to use versioned parsing. Signed-off-by: Charlie Egan <[email protected]> * lsp: No code lenses if there are parse errors Fixes #1123 Signed-off-by: Charlie Egan <[email protected]> * lsp: use regoVersionForURI in a few more places Signed-off-by: Charlie Egan <[email protected]> * lsp: Add test for unknown version parsing Signed-off-by: Charlie Egan <[email protected]> * lsp: Use noCodeLenses const for no-code-lenses resp Signed-off-by: Charlie Egan <[email protected]> --------- Signed-off-by: Charlie Egan <[email protected]>
- Loading branch information
1 parent
7b693ee
commit d9749f4
Showing
3 changed files
with
186 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters