microsoft/vscode-languageserver-node
View on GitHubAllow initializationOptions, fillInitializeParams, etc to be async
Open
#1,283 opened on Aug 3, 2023
feature-requesthelp wanted
Repository metrics
- Stars
- (1,776 stars)
- PR merge metrics
- (PR metrics pending)
Description
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: