Add boot-java.hints.on config key back

The information about this config key was lost
from vscode-boot-java in the merge to vscode
spring-boot.

Adding it back.
This commit is contained in:
Kris De Volder
2018-03-19 10:18:07 -07:00
parent bacbb26c75
commit 68bb25d673

View File

@@ -55,6 +55,17 @@
"configuration": "./properties-support/language-configuration.json"
}
],
"configuration": {
"type": "object",
"title": "Boot-Java Configuration",
"properties": {
"boot-java.boot-hints.on": {
"type": "boolean",
"default": true,
"description": "Enable/Disable Spring running Boot application live hints decorators in the source code"
}
}
},
"grammars": [
{
"language": "spring-boot-properties-yaml",