Skip to content

Commit 0d88809

Browse files
committed
Fix tests
1 parent 66feaff commit 0d88809

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@
5151
],
5252
"main": "./dist/extension.js",
5353
"contributes": {
54-
"submenus": [
55-
{
56-
"id": "roo-code.contextMenu",
57-
"label": "%views.contextMenu.label%"
58-
},
59-
{
60-
"id": "roo-code.terminalMenu",
61-
"label": "%views.terminalMenu.label%"
62-
}
63-
],
6454
"viewsContainers": {
6555
"activitybar": [
6656
{
@@ -166,19 +156,29 @@
166156
"category": "%configuration.title%"
167157
},
168158
{
169-
"command": "roo.acceptInput",
159+
"command": "roo-cline.acceptInput",
170160
"title": "%command.acceptInput.title%",
171161
"category": "%configuration.title%"
172162
}
173163
],
164+
"submenus": [
165+
{
166+
"id": "roo-cline.contextMenu",
167+
"label": "%views.contextMenu.label%"
168+
},
169+
{
170+
"id": "roo-cline.terminalMenu",
171+
"label": "%views.terminalMenu.label%"
172+
}
173+
],
174174
"menus": {
175175
"editor/context": [
176176
{
177-
"submenu": "roo-code.contextMenu",
177+
"submenu": "roo-cline.contextMenu",
178178
"group": "navigation"
179179
}
180180
],
181-
"roo-code.contextMenu": [
181+
"roo-cline.contextMenu": [
182182
{
183183
"command": "roo-cline.addToContext",
184184
"group": "1_actions@1"
@@ -194,11 +194,11 @@
194194
],
195195
"terminal/context": [
196196
{
197-
"submenu": "roo-code.terminalMenu",
197+
"submenu": "roo-cline.terminalMenu",
198198
"group": "navigation"
199199
}
200200
],
201-
"roo-code.terminalMenu": [
201+
"roo-cline.terminalMenu": [
202202
{
203203
"command": "roo-cline.terminalAddToContext",
204204
"group": "1_actions@1"

0 commit comments

Comments
 (0)