option added to generate workspace symbols from spring index on demand

This commit is contained in:
Martin Lippert
2025-04-08 09:58:18 +02:00
parent 4e0ec923dd
commit e7e2015ac4
10 changed files with 119 additions and 15 deletions

View File

@@ -366,7 +366,12 @@
"boot-java.java.beans-structure-tree": {
"type": "boolean",
"default": false,
"description": "Beans structure tree in the outline view"
"description": "Beans structure tree in the outline view (experimental)"
},
"boot-java.java.symbols-from-new-index": {
"type": "boolean",
"default": false,
"description": "Generate workspace symbols from index (experimental)"
},
"boot-java.remote-apps": {
"type": "array",