-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the vscode-languageserver-* imports
This package was importing code from `vscode-languageserver`. However, it doesn’t specify `vscode-languageserver` as a dependency. All imports used, were just re-exports from the `vscode-languageserver-protocol` package. It was also importing code from the `vscode-languageserver-types` package. This changes all imports from `vscode-languageserver` and `vscode-languageserver-types` to `vscode-languageserver-protocol` imports, and adds this mising dependency. Also the `vscode-languageserver-textdocument` dependency was moved into `devDependencies`, because it’s only used in a test and in the example.
- Loading branch information
1 parent
3997f63
commit bbd585e
Showing
45 changed files
with
158 additions
and
221 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.