add settings management and UI integration

This commit is contained in:
2025-03-11 18:18:32 +00:00
parent c5e16a6ae9
commit 6bd50154f0
2 changed files with 162 additions and 34 deletions

View File

@@ -21,6 +21,11 @@
{
"command": "prompter.generatePrompt",
"title": "Copy"
},
{
"command": "prompter.openSettings",
"title": "Settings",
"icon": "$(settings-gear)"
}
],
"viewsContainers": {
@@ -44,7 +49,11 @@
"view/title": [
{
"command": "prompter.generatePrompt",
"group": "navigation"
"group": "navigation@1"
},
{
"command": "prompter.openSettings",
"group": "navigation@2"
}
],
"view/item/context": [