feat: default to single language server for multi-root workspaces#1682
Merged
feat: default to single language server for multi-root workspaces#1682
Conversation
355ab11 to
61f28b9
Compare
- Enable multi-root support when lsp.multiServer is disabled - Make lsp.multiServer accept 'auto', true, or false, defaulting to 'auto' - 'auto' uses single server mode for languageserver > 0.3.17, and multi-server otherwise - Refactor LanguageService to simplify client management - Fix bug where multiServer setting was read incorrectly - Fix bug where checkClient caused deadlocks on running servers - Introduce compareVersions utility to avoid external dependency
The error message incorrectly referred to r.term and r.path instead of r.rterm and r.rpath.
61f28b9 to
be0cc5f
Compare
- Replace webpack with esbuild for significantly faster build times - Update tsconfig.json to target ES2022 - Fix class field initializers by explicitly using `declare` to adhere to ES2022 standards - Remove obsolete webpack configuration and custom GitHub Actions scripts - Update GitHub workflows to use standard npm install without webpack hooks
1f65ee7 to
3c0c545
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The multi root support is added in langugeserver REditorSupport/languageserver#719