We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d88809 commit 179d51cCopy full SHA for 179d51c
src/package.json
@@ -161,16 +161,6 @@
161
"category": "%configuration.title%"
162
}
163
],
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
- ],
174
"menus": {
175
"editor/context": [
176
{
@@ -277,6 +267,16 @@
277
267
278
268
]
279
269
},
270
+ "submenus": [
271
+ {
272
+ "id": "roo-cline.contextMenu",
273
+ "label": "%views.contextMenu.label%"
274
+ },
275
276
+ "id": "roo-cline.terminalMenu",
+ "label": "%views.terminalMenu.label%"
+ }
+ ],
280
"configuration": {
281
"title": "%configuration.title%",
282
"properties": {
0 commit comments