Skip to content

Commit 8c00f7e

Browse files
V UdayaniV Udayani
authored andcommitted
switch the CONNECT_TO_LS key
1 parent 241182f commit 8c00f7e

File tree

1 file changed

+1
-1
lines changed
  • vscode-extensions/vscode-spring-boot/lib

1 file changed

+1
-1
lines changed

vscode-extensions/vscode-spring-boot/lib/Main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable<ExtensionAP
2929
// registerPipelineGenerator(context);
3030
let options : commons.ActivatorOptions = {
3131
DEBUG: false,
32-
CONNECT_TO_LS: true,
32+
CONNECT_TO_LS: false,
3333
extensionId: 'vscode-spring-boot',
3434
preferJdk: true,
3535
jvmHeap: '1024m',

0 commit comments

Comments
 (0)