microsoft/vscode-languageserver-node
View on GitHubCapture exit code of failing lsp server?
Open
#688 opened on Nov 12, 2020
feature-requesthelp wanted
Repository metrics
- Stars
- (1,776 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is there a way to hook the LanguageClient to report the exit code for a LSP server? Neither the initializationFailedHandler nor ErrorHandler options of the LanguageClientOptions seems to work for this.
https://github.com/microsoft/vscode-languageserver-node/tree/master/client