-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade vscode-languageserver #2557
Conversation
🦋 Changeset detectedLatest commit: 9f8cedc The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest changes of this PR are available as canary in npm (based on the declared
|
Codecov Report
@@ Coverage Diff @@
## main #2557 +/- ##
==========================================
+ Coverage 65.70% 69.45% +3.74%
==========================================
Files 85 71 -14
Lines 5106 4154 -952
Branches 1631 1375 -256
==========================================
- Hits 3355 2885 -470
+ Misses 1747 1264 -483
- Partials 4 5 +1
Continue to review full report at Codecov.
|
…mplementations under the hood. also upgrades `vscode-languageclient` to match. seems to work fine for IPC in `vscode-graphql` at least! hopefully this solves #2230 once and for all!
upgrades the
vscode-languageserver
andvscode-jsonrpc
reference implementations for the lsp server. also upgradesvscode-languageclient
invscode-graphql
to 8. seems to work fine for IPC invscode-graphql
at least!hopefully this solves #2230 once and for all!