microsoft/vscode-languageserver-node
Allow initializationOptions, fillInitializeParams, etc to be async
Offen
#1.283 geöffnet am 03.08.2023
feature-requesthelp wanted
Repository-Metriken
- Stars
- (1.776 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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: