microsoft/vscode-languageserver-node

Capture exit code of failing lsp server?

Ouverte

#688 ouverte le 12 nov. 2020

 (3 commentaires) (5 réactions) (0 personne assignée)TypeScript (397 forks)auto 404
feature-requesthelp wanted

Métriques du dépôt

Stars
 (1 776 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur