Skip to content

Commit 82df05a

Browse files
authored
Fix configuration titles (RooCodeInc#2672)
1 parent 1cca4f4 commit 82df05a

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
@@ -118,32 +118,32 @@
118118
{
119119
"command": "roo-cline.openInNewTab",
120120
"title": "%command.openInNewTab.title%",
121-
"category": "%extension.displayName%"
121+
"category": "%configuration.title%"
122122
},
123123
{
124124
"command": "roo-cline.explainCode",
125125
"title": "%command.explainCode.title%",
126-
"category": "%extension.displayName%"
126+
"category": "%configuration.title%"
127127
},
128128
{
129129
"command": "roo-cline.fixCode",
130130
"title": "%command.fixCode.title%",
131-
"category": "%extension.displayName%"
131+
"category": "%configuration.title%"
132132
},
133133
{
134134
"command": "roo-cline.improveCode",
135135
"title": "%command.improveCode.title%",
136-
"category": "%extension.displayName%"
136+
"category": "%configuration.title%"
137137
},
138138
{
139139
"command": "roo-cline.addToContext",
140140
"title": "%command.addToContext.title%",
141-
"category": "%extension.displayName%"
141+
"category": "%configuration.title%"
142142
},
143143
{
144144
"command": "roo-cline.newTask",
145145
"title": "%command.newTask.title%",
146-
"category": "%extension.displayName%"
146+
"category": "%configuration.title%"
147147
},
148148
{
149149
"command": "roo-cline.terminalAddToContext",
@@ -173,17 +173,17 @@
173173
{
174174
"command": "roo-cline.setCustomStoragePath",
175175
"title": "%command.setCustomStoragePath.title%",
176-
"category": "%extension.displayName%"
176+
"category": "%configuration.title%"
177177
},
178178
{
179179
"command": "roo-cline.focusInput",
180180
"title": "%command.focusInput.title%",
181-
"category": "%extension.displayName%"
181+
"category": "%configuration.title%"
182182
},
183183
{
184184
"command": "roo.acceptInput",
185185
"title": "%command.acceptInput.title%",
186-
"category": "%extension.displayName%"
186+
"category": "%configuration.title%"
187187
}
188188
],
189189
"menus": {

0 commit comments

Comments
 (0)