Revert accidentally committed CONNECT_TO_LS: true

This commit is contained in:
Kris De Volder
2019-09-06 13:08:04 -07:00
parent 8d60b77bcb
commit 09f05cd33f

View File

@@ -18,7 +18,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable<LanguageCli
// registerPipelineGenerator(context);
let options : commons.ActivatorOptions = {
DEBUG: false,
CONNECT_TO_LS: true,
CONNECT_TO_LS: false,
extensionId: 'vscode-spring-boot',
preferJdk: true,
checkjvm: (context: VSCode.ExtensionContext, jvm: commons.JVM) => {