refactored spring indexer to use executor service and react to project events instead of scanning workspace roots every time

This commit is contained in:
Martin Lippert
2018-04-29 15:01:44 +02:00
parent aa1cb03f12
commit 7e66bd24ce
12 changed files with 344 additions and 503 deletions

View File

@@ -17,8 +17,8 @@ const JAVA_LANGUAGE_ID = "java";
/** Called when extension is activated */
export function activate(context: VSCode.ExtensionContext) {
let options : commons.ActivatorOptions = {
DEBUG: false,
CONNECT_TO_LS: false,
DEBUG: true,
CONNECT_TO_LS: true,
extensionId: 'vscode-spring-boot',
preferJdk: true,
checkjvm: (context: VSCode.ExtensionContext, jvm: commons.JVM) => {