[add] icon
This commit is contained in:
parent
19a57fe6ca
commit
6f919dd209
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
@ -2,26 +2,26 @@
|
||||||
"name": "vscode-basex",
|
"name": "vscode-basex",
|
||||||
"displayName": "XML Tools for BaseX",
|
"displayName": "XML Tools for BaseX",
|
||||||
"description": "XML Formatting, XQuery, and XPath Tools for Visual Studio Code",
|
"description": "XML Formatting, XQuery, and XPath Tools for Visual Studio Code",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"preview": false,
|
"preview": false,
|
||||||
"publisher": "quodatum",
|
"publisher": "quodatum",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Andy Bunce",
|
"name": "Andy Bunce",
|
||||||
"url": "https://github.com/DotJoshJohnson"
|
"url": "https://github.com/Quodatum"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#FFFFFF",
|
"color": "#FFFFFF",
|
||||||
"theme": "light"
|
"theme": "light"
|
||||||
},
|
},
|
||||||
"icon": "resources/xml.png",
|
"icon": "resources/basex.png",
|
||||||
"homepage": "https://github.com/DotJoshJohnson/vscode-xml",
|
"homepage": "https://github.com/Quodatum/vscode-xml",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/DotJoshJohnson/vscode-xml.git"
|
"url": "https://github.com/Quodatum/vscode-xml.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/DotJoshJohnson/vscode-xml/issues"
|
"url": "https://github.com/Quodatum/vscode-xml/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.63.0"
|
"vscode": "^1.63.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue