Compare commits

..

2 commits

Author SHA1 Message Date
4cbf4cb568 [add] icon 2022-01-31 21:15:37 +00:00
6f919dd209 [add] icon 2022-01-31 21:14:34 +00:00
4 changed files with 6 additions and 17 deletions

11
.vscode/sftp.json vendored
View file

@ -1,11 +0,0 @@
{
"name": "My Server",
"host": "localhost",
"protocol": "sftp",
"port": 22,
"username": "username",
"remotePath": "/",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}

View file

@ -2,26 +2,26 @@
"name": "vscode-basex",
"displayName": "XML Tools for BaseX",
"description": "XML Formatting, XQuery, and XPath Tools for Visual Studio Code",
"version": "0.0.1",
"version": "0.0.2",
"preview": false,
"publisher": "quodatum",
"author": {
"name": "Andy Bunce",
"url": "https://github.com/DotJoshJohnson"
"url": "https://github.com/Quodatum"
},
"license": "MIT",
"galleryBanner": {
"color": "#FFFFFF",
"theme": "light"
},
"icon": "resources/xml.png",
"homepage": "https://github.com/DotJoshJohnson/vscode-xml",
"icon": "resources/basex.png",
"homepage": "https://github.com/Quodatum/vscode-xml",
"repository": {
"type": "git",
"url": "https://github.com/DotJoshJohnson/vscode-xml.git"
"url": "https://github.com/Quodatum/vscode-xml.git"
},
"bugs": {
"url": "https://github.com/DotJoshJohnson/vscode-xml/issues"
"url": "https://github.com/Quodatum/vscode-xml/issues"
},
"engines": {
"vscode": "^1.63.0"

BIN
resources/basex.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB