Compare commits

..

No commits in common. "4cbf4cb5689aec7bc1efea493b55946fc200f06a" and "19a57fe6ca344a1de9c6537ad15806ebcb2bbe4a" have entirely different histories.

4 changed files with 17 additions and 6 deletions

11
.vscode/sftp.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"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.2",
"version": "0.0.1",
"preview": false,
"publisher": "quodatum",
"author": {
"name": "Andy Bunce",
"url": "https://github.com/Quodatum"
"url": "https://github.com/DotJoshJohnson"
},
"license": "MIT",
"galleryBanner": {
"color": "#FFFFFF",
"theme": "light"
},
"icon": "resources/basex.png",
"homepage": "https://github.com/Quodatum/vscode-xml",
"icon": "resources/xml.png",
"homepage": "https://github.com/DotJoshJohnson/vscode-xml",
"repository": {
"type": "git",
"url": "https://github.com/Quodatum/vscode-xml.git"
"url": "https://github.com/DotJoshJohnson/vscode-xml.git"
},
"bugs": {
"url": "https://github.com/Quodatum/vscode-xml/issues"
"url": "https://github.com/DotJoshJohnson/vscode-xml/issues"
},
"engines": {
"vscode": "^1.63.0"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

BIN
resources/xml.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB