Some tweaks around issue #361

When dropping prefix from completion label
in application.properties, also update the
edits to drop it from the edit range.
This commit is contained in:
Kris De Volder
2019-09-06 12:22:52 -07:00
parent 1200bf2c8b
commit 8d60b77bcb
4 changed files with 72 additions and 9 deletions

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: false,
CONNECT_TO_LS: true,
extensionId: 'vscode-spring-boot',
preferJdk: true,
checkjvm: (context: VSCode.ExtensionContext, jvm: commons.JVM) => {