add settings management and UI integration
This commit is contained in:
11
package.json
11
package.json
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user