Setting to "elide prefix" for properties completions

This commit is contained in:
aboyko
2024-10-14 13:09:58 -04:00
parent f844544653
commit 00d423a7ea
11 changed files with 71 additions and 13 deletions

View File

@@ -343,6 +343,11 @@
],
"description": "The path to a shared properties metadata JSON file."
},
"boot-java.properties.completions.elide-prefix": {
"type": "boolean",
"default": false,
"description": "Elide common prefix in property key auto completions"
},
"boot-java.jpql": {
"type": "boolean",
"default": true,