Shared properties metadata file preference setting

This commit is contained in:
aboyko
2023-02-13 18:41:04 -05:00
parent fbbb6fbcfd
commit a19082813f
16 changed files with 267 additions and 137 deletions

View File

@@ -121,6 +121,11 @@
"command": "vscode-spring-boot.rewrite.reload",
"title": "Reload OpenRewrite Recipes, Code Actions, Problem and Quick Fix Descriptors",
"category": "Spring Boot"
},
{
"command": "sts/common-properties/reload",
"title": "Reload Shared Properties Metadata",
"category": "Spring Boot"
}
],
"configuration": [
@@ -174,6 +179,13 @@
"default": true,
"description": "Enable/Disable Spring running Boot application Code Lenses"
},
"boot-java.common.properties-metadata": {
"type": [
"string",
"null"
],
"description": "The path to a shared properties metadata JSON file."
},
"boot-java.change-detection.on": {
"type": "boolean",
"default": false,