mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: add category to view title button commands for command palette prefix
This commit is contained in:
parent
0892455db2
commit
d528375ad3
1 changed files with 6 additions and 0 deletions
|
|
@ -73,31 +73,37 @@
|
|||
{
|
||||
"command": "roo-cline.plusButtonClicked",
|
||||
"title": "%command.newTask.title%",
|
||||
"category": "%configuration.title%",
|
||||
"icon": "$(edit)"
|
||||
},
|
||||
{
|
||||
"command": "roo-cline.historyButtonClicked",
|
||||
"title": "%command.history.title%",
|
||||
"category": "%configuration.title%",
|
||||
"icon": "$(history)"
|
||||
},
|
||||
{
|
||||
"command": "roo-cline.marketplaceButtonClicked",
|
||||
"title": "%command.marketplace.title%",
|
||||
"category": "%configuration.title%",
|
||||
"icon": "$(extensions)"
|
||||
},
|
||||
{
|
||||
"command": "roo-cline.popoutButtonClicked",
|
||||
"title": "%command.openInEditor.title%",
|
||||
"category": "%configuration.title%",
|
||||
"icon": "$(link-external)"
|
||||
},
|
||||
{
|
||||
"command": "roo-cline.cloudButtonClicked",
|
||||
"title": "%command.cloud.title%",
|
||||
"category": "%configuration.title%",
|
||||
"icon": "$(cloud)"
|
||||
},
|
||||
{
|
||||
"command": "roo-cline.settingsButtonClicked",
|
||||
"title": "%command.settings.title%",
|
||||
"category": "%configuration.title%",
|
||||
"icon": "$(settings-gear)"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue