Skip to content

Commit e866aa3

Browse files
Add extension icon
1 parent 8740486 commit e866aa3

File tree

5 files changed

+70
-5
lines changed

5 files changed

+70
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.

media/icon.png

2.83 KB
Loading

media/icon.svg

Lines changed: 64 additions & 0 deletions
Loading

media/workbench.svg-autosave.kra

21.4 KB
Binary file not shown.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "integrationworkbench",
33
"displayName": "Integration Workbench",
44
"description": "A workbench tool to work with API integrations.",
5-
"version": "0.9.3",
5+
"version": "0.9.4",
66
"license": "GPL-3.0",
77
"publisher": "norasoderlund",
88
"engines": {
@@ -20,6 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/nora-soderlund/IntegrationWorkbench"
2222
},
23+
"icon": "media/icon.png",
2324
"activationEvents": ["onStartupFinished"],
2425
"main": "./build/app/extension.js",
2526
"contributes": {
@@ -212,14 +213,14 @@
212213
{
213214
"id": "workbench",
214215
"title": "Integration Workbench",
215-
"icon": "media/workbench.png"
216+
"icon": "media/icon.png"
216217
}
217218
],
218219
"panel": [
219220
{
220221
"id": "results",
221222
"title": "Responses",
222-
"icon": "media/workbench.png"
223+
"icon": "media/icon.png"
223224
}
224225
]
225226
},
@@ -242,14 +243,14 @@
242243
{
243244
"id": "requests",
244245
"name": "Requests",
245-
"icon": "media/workbench.png",
246+
"icon": "media/icon.png",
246247
"contextualTitle": "Requests",
247248
"initialSize": 0
248249
},
249250
{
250251
"id": "response",
251252
"name": "Response",
252-
"icon": "media/workbench.png",
253+
"icon": "media/icon.png",
253254
"contextualTitle": "Response",
254255
"type": "webview",
255256
"initialSize": 1

0 commit comments

Comments
 (0)