Skip to content

Commit

Permalink
switch the CONNECT_TO_LS key
Browse files Browse the repository at this point in the history
  • Loading branch information
V Udayani authored and V Udayani committed Nov 29, 2023
1 parent 18e096e commit b7fa023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-extensions/vscode-spring-boot/lib/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable<ExtensionAP
// registerPipelineGenerator(context);
let options : commons.ActivatorOptions = {
DEBUG: false,
CONNECT_TO_LS: true,
CONNECT_TO_LS: false,
extensionId: 'vscode-spring-boot',
preferJdk: true,
jvmHeap: '1024m',
Expand Down

0 comments on commit b7fa023

Please sign in to comment.