diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index b0e854953..e5e0357b5 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -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",