microsoft/vscode-languageserver-node
Allow initializationOptions, fillInitializeParams, etc to be async
Ouverte
#1 283 ouverte le 3 août 2023
feature-requesthelp wanted
Métriques du dépôt
- Stars
- (1 776 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
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: