Skip to content

Commit 0588ae4

Browse files
committed
Add modes to the overflow menu
1 parent 76b13df commit 0588ae4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
"title": "%command.newTask.title%",
7676
"icon": "$(add)"
7777
},
78+
{
79+
"command": "roo-cline.promptsButtonClicked",
80+
"title": "%command.prompts.title%",
81+
"icon": "$(organization)"
82+
},
7883
{
7984
"command": "roo-cline.mcpButtonClicked",
8085
"title": "%command.mcpServers.title%",
@@ -227,6 +232,10 @@
227232
"group": "navigation@3",
228233
"when": "view == roo-cline.SidebarProvider"
229234
},
235+
{
236+
"command": "roo-cline.promptsButtonClicked",
237+
"when": "view == roo-cline.SidebarProvider"
238+
},
230239
{
231240
"command": "roo-cline.mcpButtonClicked",
232241
"when": "view == roo-cline.SidebarProvider"
@@ -259,6 +268,10 @@
259268
"group": "navigation@3",
260269
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
261270
},
271+
{
272+
"command": "roo-cline.promptsButtonClicked",
273+
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
274+
},
262275
{
263276
"command": "roo-cline.mcpButtonClicked",
264277
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"

0 commit comments

Comments
 (0)