Skip to content

Commit 299126d

Browse files
committed
Remove duplicative Roo Code: prefix
1 parent 900beb2 commit 299126d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,47 +121,47 @@
121121
},
122122
{
123123
"command": "roo-cline.explainCode",
124-
"title": "Roo Code: Explain Code",
124+
"title": "Explain Code",
125125
"category": "Roo Code"
126126
},
127127
{
128128
"command": "roo-cline.fixCode",
129-
"title": "Roo Code: Fix Code",
129+
"title": "Fix Code",
130130
"category": "Roo Code"
131131
},
132132
{
133133
"command": "roo-cline.improveCode",
134-
"title": "Roo Code: Improve Code",
134+
"title": "Improve Code",
135135
"category": "Roo Code"
136136
},
137137
{
138138
"command": "roo-cline.addToContext",
139-
"title": "Roo Code: Add To Context",
139+
"title": "Add To Context",
140140
"category": "Roo Code"
141141
},
142142
{
143143
"command": "roo-cline.terminalAddToContext",
144-
"title": "Roo Code: Add Terminal Content to Context",
144+
"title": "Add Terminal Content to Context",
145145
"category": "Terminal"
146146
},
147147
{
148148
"command": "roo-cline.terminalFixCommand",
149-
"title": "Roo Code: Fix This Command",
149+
"title": "Fix This Command",
150150
"category": "Terminal"
151151
},
152152
{
153153
"command": "roo-cline.terminalExplainCommand",
154-
"title": "Roo Code: Explain This Command",
154+
"title": "Explain This Command",
155155
"category": "Terminal"
156156
},
157157
{
158158
"command": "roo-cline.terminalFixCommandInCurrentTask",
159-
"title": "Roo Code: Fix This Command (Current Task)",
159+
"title": "Fix This Command (Current Task)",
160160
"category": "Terminal"
161161
},
162162
{
163163
"command": "roo-cline.terminalExplainCommandInCurrentTask",
164-
"title": "Roo Code: Explain This Command (Current Task)",
164+
"title": "Explain This Command (Current Task)",
165165
"category": "Terminal"
166166
}
167167
],

0 commit comments

Comments
 (0)