radian-software/riju

Handle uncaught exceptions from vscode-languageserver-node

raxod502 opened this issue · 1 comments

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.

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