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',