From 9678e0891346517a05991c489f099aec79ca6587 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Wed, 16 May 2018 11:12:52 -0400 Subject: [PATCH] Theia: boot hints are on by default --- .../spring-boot/src/browser/boot-preferences.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theia-extensions/theia-spring-boot/spring-boot/src/browser/boot-preferences.ts b/theia-extensions/theia-spring-boot/spring-boot/src/browser/boot-preferences.ts index 3318667d8..7edd56671 100644 --- a/theia-extensions/theia-spring-boot/spring-boot/src/browser/boot-preferences.ts +++ b/theia-extensions/theia-spring-boot/spring-boot/src/browser/boot-preferences.ts @@ -17,7 +17,7 @@ export const BootConfigSchema: PreferenceSchema = { 'boot-java.boot-hints.on': { type: 'boolean', description: 'Enable/Disable Spring running Boot application live hints decorators in Java source code.', - default: false + default: true }, 'spring-boot.ls.java.home': { type: 'string',