Disable JDT LS classpath support

This commit is contained in:
Kris De Volder
2018-03-22 11:51:43 -07:00
parent 3f32361e7e
commit 07b7c313f4
5 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ const JAVA_LANGUAGE_ID = "java";
export function activate(context: VSCode.ExtensionContext) {
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) => {