We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee592a commit fedf3f7Copy full SHA for fedf3f7
src/standardLanguageClient.ts
@@ -154,11 +154,11 @@ export class StandardLanguageClient {
154
snippetCompletionProvider.dispose();
155
registerDocumentValidationListener(context, this.languageClient);
156
registerCodeCompletionTelemetryListener();
157
+ commands.executeCommand('setContext', 'javaLSReady', true);
158
break;
159
case 'Started':
160
this.status = ClientStatus.started;
161
serverStatus.updateServerStatus(ServerStatusKind.ready);
- commands.executeCommand('setContext', 'javaLSReady', true);
162
apiManager.updateStatus(ClientStatus.started);
163
164
case 'Error':
0 commit comments