radian-software / riju

⚡ Extremely fast online playground for every programming language.

Home Page:https://riju.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle uncaught exceptions from vscode-languageserver-node

raxod502 opened this issue · 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.