|
3 | 3 | "displayName": "Roo Code (prev. Roo Cline)", |
4 | 4 | "description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.", |
5 | 5 | "publisher": "RooVeterinaryInc", |
6 | | - "version": "3.3.18", |
| 6 | + "version": "3.3.19", |
7 | 7 | "icon": "assets/icons/rocket.png", |
8 | 8 | "galleryBanner": { |
9 | 9 | "color": "#617A91", |
|
104 | 104 | "title": "Settings", |
105 | 105 | "icon": "$(settings-gear)" |
106 | 106 | }, |
| 107 | + { |
| 108 | + "command": "roo-cline.helpButtonClicked", |
| 109 | + "title": "Documentation", |
| 110 | + "icon": "$(question)" |
| 111 | + }, |
107 | 112 | { |
108 | 113 | "command": "roo-cline.openInNewTab", |
109 | 114 | "title": "Open In New Tab", |
|
235 | 240 | "command": "roo-cline.settingsButtonClicked", |
236 | 241 | "group": "navigation@7", |
237 | 242 | "when": "view == roo-cline.SidebarProvider" |
| 243 | + }, |
| 244 | + { |
| 245 | + "command": "roo-cline.helpButtonClicked", |
| 246 | + "group": "navigation@8", |
| 247 | + "when": "view == roo-cline.SidebarProvider" |
238 | 248 | } |
239 | 249 | ] |
240 | 250 | }, |
|
282 | 292 | "compile:integration": "tsc -p tsconfig.integration.json", |
283 | 293 | "install:all": "npm install && cd webview-ui && npm install", |
284 | 294 | "lint": "eslint src --ext ts && npm run lint --prefix webview-ui", |
| 295 | + "lint-local": "eslint -c .eslintrc.local.json src --ext ts && npm run lint --prefix webview-ui", |
285 | 296 | "lint-fix": "eslint src --ext ts --fix && npm run lint-fix --prefix webview-ui", |
| 297 | + "lint-fix-local": "eslint -c .eslintrc.local.json src --ext ts --fix && npm run lint-fix --prefix webview-ui", |
286 | 298 | "package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production", |
287 | 299 | "pretest": "npm run compile && npm run compile:integration", |
288 | 300 | "dev": "cd webview-ui && npm run dev", |
|
0 commit comments