microsoft/vscode-languageserver-node

Allow initializationOptions, fillInitializeParams, etc to be async

オープン

#1,283 opened on 2023/08/03

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (397 件のフォーク)auto 404
feature-requesthelp wanted

Repository metrics

Stars
 (1,776 個のスター)
PR merge metrics
 (PR metrics pending)

説明

I want to do some async work to compute the initialization options and client capabilities.

Since BaseLanguageClient#initialize is already async, I'd like to make these calls also async:

https://github.com/microsoft/vscode-languageserver-node/blob/f2ff7d55464a1f58f978cb6635bd8865f050553c/client/src/common/client.ts#L1227-L1228

https://github.com/microsoft/vscode-languageserver-node/blob/f2ff7d55464a1f58f978cb6635bd8865f050553c/client/src/common/client.ts#L1232

コントリビューターガイド