microsoft/vscode-languageserver-node
Allow initializationOptions, fillInitializeParams, etc to be async
開放
#1,283 建立於 2023年8月3日
feature-requesthelp wanted
倉庫指標
- 星標
- (1,776 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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: