|
219 | 219 | "when": "view == roo-cline.SidebarProvider" |
220 | 220 | }, |
221 | 221 | { |
222 | | - "command": "roo-cline.mcpButtonClicked", |
223 | | - "group": "navigation@2", |
| 222 | + "command": "roo-cline.historyButtonClicked", |
224 | 223 | "when": "view == roo-cline.SidebarProvider" |
225 | 224 | }, |
226 | 225 | { |
227 | | - "command": "roo-cline.marketplaceButtonClicked", |
| 226 | + "command": "roo-cline.settingsButtonClicked", |
228 | 227 | "group": "navigation@3", |
229 | 228 | "when": "view == roo-cline.SidebarProvider" |
230 | 229 | }, |
231 | 230 | { |
232 | | - "command": "roo-cline.historyButtonClicked", |
233 | | - "group": "navigation@4", |
| 231 | + "command": "roo-cline.mcpButtonClicked", |
234 | 232 | "when": "view == roo-cline.SidebarProvider" |
235 | 233 | }, |
236 | 234 | { |
237 | | - "command": "roo-cline.popoutButtonClicked", |
238 | | - "group": "navigation@5", |
| 235 | + "command": "roo-cline.marketplaceButtonClicked", |
239 | 236 | "when": "view == roo-cline.SidebarProvider" |
240 | 237 | }, |
241 | 238 | { |
242 | | - "command": "roo-cline.accountButtonClicked", |
243 | | - "group": "navigation@6", |
| 239 | + "command": "roo-cline.popoutButtonClicked", |
244 | 240 | "when": "view == roo-cline.SidebarProvider" |
245 | 241 | }, |
246 | 242 | { |
247 | | - "command": "roo-cline.settingsButtonClicked", |
248 | | - "group": "navigation@7", |
| 243 | + "command": "roo-cline.accountButtonClicked", |
249 | 244 | "when": "view == roo-cline.SidebarProvider" |
250 | 245 | } |
251 | 246 | ], |
|
256 | 251 | "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" |
257 | 252 | }, |
258 | 253 | { |
259 | | - "command": "roo-cline.mcpButtonClicked", |
260 | | - "group": "navigation@2", |
| 254 | + "command": "roo-cline.historyButtonClicked", |
261 | 255 | "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" |
262 | 256 | }, |
263 | 257 | { |
264 | | - "command": "roo-cline.marketplaceButtonClicked", |
| 258 | + "command": "roo-cline.settingsButtonClicked", |
265 | 259 | "group": "navigation@3", |
266 | 260 | "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" |
267 | 261 | }, |
268 | 262 | { |
269 | | - "command": "roo-cline.historyButtonClicked", |
270 | | - "group": "navigation@4", |
| 263 | + "command": "roo-cline.mcpButtonClicked", |
271 | 264 | "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" |
272 | 265 | }, |
273 | 266 | { |
274 | | - "command": "roo-cline.accountButtonClicked", |
275 | | - "group": "navigation@5", |
| 267 | + "command": "roo-cline.marketplaceButtonClicked", |
276 | 268 | "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" |
277 | 269 | }, |
278 | 270 | { |
279 | | - "command": "roo-cline.settingsButtonClicked", |
280 | | - "group": "navigation@6", |
| 271 | + "command": "roo-cline.popoutButtonClicked", |
| 272 | + "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" |
| 273 | + }, |
| 274 | + { |
| 275 | + "command": "roo-cline.accountButtonClicked", |
281 | 276 | "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" |
282 | 277 | } |
283 | 278 | ] |
|
0 commit comments