microsoft/vscode-languageserver-node

Capture exit code of failing lsp server?

开放

#688 创建于 2020年11月12日

 (3 条评论) (5 个反应) (0 位负责人)TypeScript (397 个派生)auto 404
feature-requesthelp wanted

仓库指标

星标
 (1,776 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南