|
96 | 96 | "icon": "$(link-external)" |
97 | 97 | }, |
98 | 98 | { |
99 | | - "command": "roo-cline.accountButtonClicked", |
| 99 | + "command": "roo-otto.accountButtonClicked", |
100 | 100 | "title": "Account", |
101 | 101 | "icon": "$(account)", |
102 | | - "when": "config.roo-cline.rooCodeCloudEnabled" |
| 102 | + "when": "config.roo-otto.rooCodeCloudEnabled" |
103 | 103 | }, |
104 | 104 | { |
105 | | - "command": "roo-cline.settingsButtonClicked", |
| 105 | + "command": "roo-otto.settingsButtonClicked", |
106 | 106 | "title": "%command.settings.title%", |
107 | 107 | "icon": "$(settings-gear)" |
108 | 108 | }, |
|
235 | 235 | "when": "view == roo-otto.SidebarProvider" |
236 | 236 | }, |
237 | 237 | { |
238 | | - "command": "roo-cline.accountButtonClicked", |
| 238 | + "command": "roo-otto.accountButtonClicked", |
239 | 239 | "group": "navigation@6", |
240 | | - "when": "view == roo-cline.SidebarProvider && config.roo-cline.rooCodeCloudEnabled" |
| 240 | + "when": "view == roo-otto.SidebarProvider && config.roo-otto.rooCodeCloudEnabled" |
241 | 241 | }, |
242 | 242 | { |
243 | | - "command": "roo-cline.settingsButtonClicked", |
| 243 | + "command": "roo-otto.settingsButtonClicked", |
244 | 244 | "group": "navigation@7", |
245 | | - "when": "view == roo-cline.SidebarProvider" |
| 245 | + "when": "view == roo-otto.SidebarProvider" |
246 | 246 | } |
247 | 247 | ], |
248 | 248 | "editor/title": [ |
|
272 | 272 | "when": "activeWebviewPanelId == roo-otto.TabPanelProvider" |
273 | 273 | }, |
274 | 274 | { |
275 | | - "command": "roo-cline.accountButtonClicked", |
| 275 | + "command": "roo-otto.accountButtonClicked", |
276 | 276 | "group": "navigation@6", |
277 | | - "when": "activeWebviewPanelId == roo-cline.TabPanelProvider && config.roo-cline.rooCodeCloudEnabled" |
| 277 | + "when": "activeWebviewPanelId == roo-otto.TabPanelProvider && config.roo-otto.rooCodeCloudEnabled" |
278 | 278 | }, |
279 | 279 | { |
280 | | - "command": "roo-cline.settingsButtonClicked", |
| 280 | + "command": "roo-otto.settingsButtonClicked", |
281 | 281 | "group": "navigation@7", |
282 | | - "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" |
| 282 | + "when": "activeWebviewPanelId == roo-otto.TabPanelProvider" |
283 | 283 | } |
284 | 284 | ] |
285 | 285 | }, |
|
325 | 325 | "default": "", |
326 | 326 | "description": "%settings.customStoragePath.description%" |
327 | 327 | }, |
328 | | - "roo-cline.rooCodeCloudEnabled": { |
| 328 | + "roo-otto.rooCodeCloudEnabled": { |
329 | 329 | "type": "boolean", |
330 | 330 | "default": false, |
331 | 331 | "description": "%settings.rooCodeCloudEnabled.description%" |
|
0 commit comments