|
1 | 1 | { |
2 | | - "name": "integration-workbench", |
| 2 | + "name": "integrationworkbench", |
3 | 3 | "displayName": "Integration Workbench", |
4 | 4 | "description": "A workbench tool to work with API integrations.", |
5 | 5 | "version": "0.9.0", |
6 | 6 | "license": "GPL-3.0", |
7 | 7 | "engines": { |
8 | | - "vscode": "^1.82.0" |
| 8 | + "vscode": "^1.84.0" |
9 | 9 | }, |
10 | 10 | "categories": [ |
11 | 11 | "Other" |
|
211 | 211 | { |
212 | 212 | "id": "workbench", |
213 | 213 | "title": "Integration Workbench", |
214 | | - "icon": "media/workbench.svg" |
| 214 | + "icon": "media/workbench.png" |
215 | 215 | } |
216 | 216 | ], |
217 | 217 | "panel": [ |
218 | 218 | { |
219 | 219 | "id": "results", |
220 | 220 | "title": "Responses", |
221 | | - "icon": "media/workbench.svg" |
| 221 | + "icon": "media/workbench.png" |
222 | 222 | } |
223 | 223 | ] |
224 | 224 | }, |
|
241 | 241 | { |
242 | 242 | "id": "requests", |
243 | 243 | "name": "Requests", |
244 | | - "icon": "media/workbench.svg", |
| 244 | + "icon": "media/workbench.png", |
245 | 245 | "contextualTitle": "Requests", |
246 | 246 | "initialSize": 0 |
247 | 247 | }, |
248 | 248 | { |
249 | 249 | "id": "response", |
250 | 250 | "name": "Response", |
251 | | - "icon": "media/workbench.svg", |
| 251 | + "icon": "media/workbench.png", |
252 | 252 | "contextualTitle": "Response", |
253 | 253 | "type": "webview", |
254 | 254 | "initialSize": 1 |
|
417 | 417 | "title": "Open your workbenches", |
418 | 418 | "description": "A workbench is where you construct your collections of requests and configure shared configurations such as authentications.\n[Focus on Workbenches](command:workbenches.focus)", |
419 | 419 | "media": { |
420 | | - "image": "resources/walkthrough/test.svg", |
| 420 | + "image": "resources/walkthrough/test.png", |
421 | 421 | "altText": "Empty image" |
422 | 422 | }, |
423 | 423 | "completionEvents": [ |
|
429 | 429 | "title": "Create a workbench", |
430 | 430 | "description": "Create your first workbench for your repository or project.\n[Create a Workbench](command:integrationWorkbench.createWorkbench)", |
431 | 431 | "media": { |
432 | | - "image": "resources/walkthrough/test.svg", |
| 432 | + "image": "resources/walkthrough/test.png", |
433 | 433 | "altText": "Empty image" |
434 | 434 | }, |
435 | 435 | "completionEvents": [ |
|
441 | 441 | "title": "Create a collection", |
442 | 442 | "description": "Create your first collection of requests to divide your workbench into several parts.\n[Create a Collection](command:integrationWorkbench.createCollection)", |
443 | 443 | "media": { |
444 | | - "image": "resources/walkthrough/test.svg", |
| 444 | + "image": "resources/walkthrough/test.png", |
445 | 445 | "altText": "Empty image" |
446 | 446 | }, |
447 | 447 | "completionEvents": [ |
|
468 | 468 | "@typescript-eslint/parser": "^6.9.0", |
469 | 469 | "@vscode/codicons": "^0.0.35", |
470 | 470 | "@vscode/test-electron": "^2.3.6", |
| 471 | + "@vscode/vsce": "^2.22.0", |
471 | 472 | "@vscode/webview-ui-toolkit": "^1.2.2", |
472 | 473 | "esbuild": "^0.19.8", |
473 | 474 | "eslint": "^8.52.0", |
|
0 commit comments