Open
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:
vscode-languageserver-node/client/src/common/client.ts
Lines 1227 to 1228 in f2ff7d5