-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrades the vscode-languageserver reference implementation under the…
… hood. seems to work fine for IPC in vscode-graphql at least! hopefully this solves #2230 once and for all!
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'graphql-language-service-server': minor | ||
'graphql-language-service-cli': minor | ||
'vscode-graphql': minor | ||
--- | ||
|
||
upgrades the `vscode-languageserver` and `vscode-jsonrpc` reference implementations for the lsp server. seems to work fine for IPC in `vscode-graphql` at least! | ||
|
||
hopefully this solves #2230 once and for all! |
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