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 241182f commit 8c00f7eCopy full SHA for 8c00f7e
vscode-extensions/vscode-spring-boot/lib/Main.ts
@@ -29,7 +29,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable<ExtensionAP
29
// registerPipelineGenerator(context);
30
let options : commons.ActivatorOptions = {
31
DEBUG: false,
32
- CONNECT_TO_LS: true,
+ CONNECT_TO_LS: false,
33
extensionId: 'vscode-spring-boot',
34
preferJdk: true,
35
jvmHeap: '1024m',
0 commit comments