We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the language server crashes 5 times, it is hard to find out what went wrong as the output channel is closed (https://github.com/Microsoft/vscode-languageserver-node/blob/master/client/src/client.ts#L2790)
-> do not close the output channel -> also log crash errors to the extension host console (and log)
The text was updated successfully, but these errors were encountered:
5e47a7e
No branches or pull requests
When the language server crashes 5 times, it is hard to find out what went wrong as the output channel is closed
(https://github.com/Microsoft/vscode-languageserver-node/blob/master/client/src/client.ts#L2790)
-> do not close the output channel
-> also log crash errors to the extension host console (and log)
The text was updated successfully, but these errors were encountered: