Skip to content
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

Handle uncaught exceptions from vscode-languageserver-node #29

Open
raxod502 opened this issue Jun 15, 2021 · 1 comment
Open

Handle uncaught exceptions from vscode-languageserver-node #29

raxod502 opened this issue Jun 15, 2021 · 1 comment

Comments

@raxod502
Copy link
Member

raxod502 commented Jun 15, 2021

Currently, if a malformed message is received from any language server then Riju crashes, due to an upstream bug microsoft/vscode-languageserver-node#270. There is a workaround proposed in microsoft/vscode-languageserver-node#270 (comment), which we should implement.

@raxod502
Copy link
Member Author

raxod502 commented Jun 15, 2021

Upstream says the bug is now fixed, I suppose we should upgrade and use the new onError event handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant