Skip to content

Commit 6aecb83

Browse files
committed
fix: fix whitespace
1 parent 20aa77d commit 6aecb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async function activateExtension(_operationId: string, context: ExtensionContext
8585
}
8686
));
8787
setContextForDeprecatedTasks();
88-
88+
8989
// Register Copilot context providers after Java Language Server is ready
9090
languageServerApiManager.ready().then((isReady) => {
9191
if (isReady) {

0 commit comments

Comments
 (0)