Theia: boot hints are on by default

This commit is contained in:
BoykoAlex
2018-05-16 11:12:52 -04:00
parent b136cdaa26
commit 9678e08913

View File

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