microsoft/vscode-languageserver-node
Allow initializationOptions, fillInitializeParams, etc to be async
オープン
#1,283 opened on 2023/08/03
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: