microsoft/vscode-languageserver-node

Capture exit code of failing lsp server?

Aperta

#688 aperta il 12 nov 2020

 (3 commenti) (5 reazioni) (0 assegnatari)TypeScript (397 fork)auto 404
feature-requesthelp wanted

Metriche repository

Star
 (1776 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor