Closed
Description
Starting from LanguageClient@8.0.1, the BaseLanguageClient.start()
has been changed to return a promise instead of Dispose, and onReady()
is removed, they're breaking changes to vscode-java.
We need to make changes to the client code in vscode-java to support the new behavior.
vscode-java/src/standardLanguageClient.ts
Line 105 in 97b29fa
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done