microsoft/vscode-languageserver-node

Capture exit code of failing lsp server?

Offen

#688 geöffnet am 12.11.2020

 (3 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)TypeScript (397 Forks)auto 404
feature-requesthelp wanted

Repository-Metriken

Stars
 (1.776 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide