Skip to content

Commit 149e86e

Browse files
committed
fix comment on pr
1 parent 55a5a97 commit 149e86e

File tree

5 files changed

+428
-433
lines changed

5 files changed

+428
-433
lines changed

package.json

Lines changed: 94 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -72,102 +72,102 @@
7272
"title": "New Task",
7373
"icon": "$(add)"
7474
},
75-
{
76-
"command": "roo-cline.mcpButtonClicked",
77-
"title": "MCP Servers",
78-
"icon": "$(server)"
79-
},
80-
{
81-
"command": "roo-cline.promptsButtonClicked",
82-
"title": "Prompts",
83-
"icon": "$(notebook)"
84-
},
85-
{
86-
"command": "roo-cline.historyButtonClicked",
87-
"title": "History",
88-
"icon": "$(history)"
89-
},
90-
{
91-
"command": "roo-cline.popoutButtonClicked",
92-
"title": "Open in Editor",
93-
"icon": "$(link-external)"
94-
},
95-
{
96-
"command": "roo-cline.settingsButtonClicked",
97-
"title": "Settings",
98-
"icon": "$(settings-gear)"
99-
},
100-
{
101-
"command": "roo-cline.openInNewTab",
102-
"title": "Open In New Tab",
103-
"category": "Roo Code"
104-
},
105-
{
106-
"command": "roo-cline.explainCode",
107-
"title": "Explain Code",
108-
"category": "Roo Cline"
109-
},
110-
{
111-
"command": "roo-cline.fixCode",
112-
"title": "Fix Code",
113-
"category": "Roo Cline"
114-
},
115-
{
116-
"command": "roo-cline.improveCode",
117-
"title": "Improve Code",
118-
"category": "Roo Cline"
119-
}
75+
{
76+
"command": "roo-cline.mcpButtonClicked",
77+
"title": "MCP Servers",
78+
"icon": "$(server)"
79+
},
80+
{
81+
"command": "roo-cline.promptsButtonClicked",
82+
"title": "Prompts",
83+
"icon": "$(notebook)"
84+
},
85+
{
86+
"command": "roo-cline.historyButtonClicked",
87+
"title": "History",
88+
"icon": "$(history)"
89+
},
90+
{
91+
"command": "roo-cline.popoutButtonClicked",
92+
"title": "Open in Editor",
93+
"icon": "$(link-external)"
94+
},
95+
{
96+
"command": "roo-cline.settingsButtonClicked",
97+
"title": "Settings",
98+
"icon": "$(settings-gear)"
99+
},
100+
{
101+
"command": "roo-cline.openInNewTab",
102+
"title": "Open In New Tab",
103+
"category": "Roo Code"
104+
},
105+
{
106+
"command": "roo-cline.explainCode",
107+
"title": "Explain Code",
108+
"category": "Roo Code"
109+
},
110+
{
111+
"command": "roo-cline.fixCode",
112+
"title": "Fix Code",
113+
"category": "Roo Code"
114+
},
115+
{
116+
"command": "roo-cline.improveCode",
117+
"title": "Improve Code",
118+
"category": "Roo Code"
119+
}
120120
],
121121
"menus": {
122-
"editor/context": [
123-
{
124-
"command": "roo-cline.explainCode",
125-
"when": "editorHasSelection",
126-
"group": "Roo Cline@1"
127-
},
128-
{
129-
"command": "roo-cline.fixCode",
130-
"when": "editorHasSelection",
131-
"group": "Roo Cline@2"
132-
},
133-
{
134-
"command": "roo-cline.improveCode",
135-
"when": "editorHasSelection",
136-
"group": "Roo Cline@3"
137-
}
138-
],
139-
"view/title": [
140-
{
141-
"command": "roo-cline.plusButtonClicked",
142-
"group": "navigation@1",
143-
"when": "view == roo-cline.SidebarProvider"
144-
},
145-
{
146-
"command": "roo-cline.promptsButtonClicked",
147-
"group": "navigation@2",
148-
"when": "view == roo-cline.SidebarProvider"
149-
},
150-
{
151-
"command": "roo-cline.mcpButtonClicked",
152-
"group": "navigation@3",
153-
"when": "view == roo-cline.SidebarProvider"
154-
},
155-
{
156-
"command": "roo-cline.historyButtonClicked",
157-
"group": "navigation@4",
158-
"when": "view == roo-cline.SidebarProvider"
159-
},
160-
{
161-
"command": "roo-cline.popoutButtonClicked",
162-
"group": "navigation@5",
163-
"when": "view == roo-cline.SidebarProvider"
164-
},
165-
{
166-
"command": "roo-cline.settingsButtonClicked",
167-
"group": "navigation@6",
168-
"when": "view == roo-cline.SidebarProvider"
169-
}
170-
]
122+
"editor/context": [
123+
{
124+
"command": "roo-cline.explainCode",
125+
"when": "editorHasSelection",
126+
"group": "Roo Code@1"
127+
},
128+
{
129+
"command": "roo-cline.fixCode",
130+
"when": "editorHasSelection",
131+
"group": "Roo Code@2"
132+
},
133+
{
134+
"command": "roo-cline.improveCode",
135+
"when": "editorHasSelection",
136+
"group": "Roo Code@3"
137+
}
138+
],
139+
"view/title": [
140+
{
141+
"command": "roo-cline.plusButtonClicked",
142+
"group": "navigation@1",
143+
"when": "view == roo-cline.SidebarProvider"
144+
},
145+
{
146+
"command": "roo-cline.promptsButtonClicked",
147+
"group": "navigation@2",
148+
"when": "view == roo-cline.SidebarProvider"
149+
},
150+
{
151+
"command": "roo-cline.mcpButtonClicked",
152+
"group": "navigation@3",
153+
"when": "view == roo-cline.SidebarProvider"
154+
},
155+
{
156+
"command": "roo-cline.historyButtonClicked",
157+
"group": "navigation@4",
158+
"when": "view == roo-cline.SidebarProvider"
159+
},
160+
{
161+
"command": "roo-cline.popoutButtonClicked",
162+
"group": "navigation@5",
163+
"when": "view == roo-cline.SidebarProvider"
164+
},
165+
{
166+
"command": "roo-cline.settingsButtonClicked",
167+
"group": "navigation@6",
168+
"when": "view == roo-cline.SidebarProvider"
169+
}
170+
]
171171
},
172172
"configuration": {
173173
"title": "Roo Code",

0 commit comments

Comments
 (0)