-
Notifications
You must be signed in to change notification settings - Fork 19
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
upgrades dependencies #892
Conversation
You’ll need to rebase off master as I fixed the build the other day (in #886) to ensure a minimalist change was made that had all the functional tests passing before anything further was done. |
Signed-off-by: Lukas Bockstaller <[email protected]>
@chadlwilson done |
Thanks for this! I did briefly try the vscode dep updates but didn't look any deeper as to why it wasn't working :-D Have you given it a test drive "in the real world"? :-) |
Yep, I am running it locally and I've seen no anomalies so far |
Signed-off-by: Lukas Bockstaller <[email protected]>
Upgrades all dependencies to the newest state that doesn't require large changes.
The largest change is the removal of
await client.onReady();
caused by https://github.com/microsoft/vscode-languageserver-node/blob/main/README.md#3170-protocol-800-json-rpc-800-client-and-800-serverAfter this PR, we could move to eslint (and prettier?) as tslint is deprecated.