|
118 | 118 | { |
119 | 119 | "command": "roo-cline.openInNewTab", |
120 | 120 | "title": "%command.openInNewTab.title%", |
121 | | - "category": "%extension.displayName%" |
| 121 | + "category": "%configuration.title%" |
122 | 122 | }, |
123 | 123 | { |
124 | 124 | "command": "roo-cline.explainCode", |
125 | 125 | "title": "%command.explainCode.title%", |
126 | | - "category": "%extension.displayName%" |
| 126 | + "category": "%configuration.title%" |
127 | 127 | }, |
128 | 128 | { |
129 | 129 | "command": "roo-cline.fixCode", |
130 | 130 | "title": "%command.fixCode.title%", |
131 | | - "category": "%extension.displayName%" |
| 131 | + "category": "%configuration.title%" |
132 | 132 | }, |
133 | 133 | { |
134 | 134 | "command": "roo-cline.improveCode", |
135 | 135 | "title": "%command.improveCode.title%", |
136 | | - "category": "%extension.displayName%" |
| 136 | + "category": "%configuration.title%" |
137 | 137 | }, |
138 | 138 | { |
139 | 139 | "command": "roo-cline.addToContext", |
140 | 140 | "title": "%command.addToContext.title%", |
141 | | - "category": "%extension.displayName%" |
| 141 | + "category": "%configuration.title%" |
142 | 142 | }, |
143 | 143 | { |
144 | 144 | "command": "roo-cline.newTask", |
145 | 145 | "title": "%command.newTask.title%", |
146 | | - "category": "%extension.displayName%" |
| 146 | + "category": "%configuration.title%" |
147 | 147 | }, |
148 | 148 | { |
149 | 149 | "command": "roo-cline.terminalAddToContext", |
|
173 | 173 | { |
174 | 174 | "command": "roo-cline.setCustomStoragePath", |
175 | 175 | "title": "%command.setCustomStoragePath.title%", |
176 | | - "category": "%extension.displayName%" |
| 176 | + "category": "%configuration.title%" |
177 | 177 | }, |
178 | 178 | { |
179 | 179 | "command": "roo-cline.focusInput", |
180 | 180 | "title": "%command.focusInput.title%", |
181 | | - "category": "%extension.displayName%" |
| 181 | + "category": "%configuration.title%" |
182 | 182 | }, |
183 | 183 | { |
184 | 184 | "command": "roo.acceptInput", |
185 | 185 | "title": "%command.acceptInput.title%", |
186 | | - "category": "%extension.displayName%" |
| 186 | + "category": "%configuration.title%" |
187 | 187 | } |
188 | 188 | ], |
189 | 189 | "menus": { |
|
0 commit comments