File tree Expand file tree Collapse file tree 5 files changed +70
-5
lines changed
Expand file tree Collapse file tree 5 files changed +70
-5
lines changed Original file line number Diff line number Diff line change 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" : {
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" : {
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 },
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
You can’t perform that action at this time.
0 commit comments