microsoft/vscode-languageserver-node
Allow initializationOptions, fillInitializeParams, etc to be async
Aperta
#1283 aperta il 3 ago 2023
feature-requesthelp wanted
Metriche repository
- Star
- (1776 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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: