We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20aa77d commit 6aecb83Copy full SHA for 6aecb83
src/extension.ts
@@ -85,7 +85,7 @@ async function activateExtension(_operationId: string, context: ExtensionContext
85
}
86
));
87
setContextForDeprecatedTasks();
88
-
+
89
// Register Copilot context providers after Java Language Server is ready
90
languageServerApiManager.ready().then((isReady) => {
91
if (isReady) {
0 commit comments