diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..e83ebb0 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,11 @@ +{ + "name": "My Server", + "host": "localhost", + "protocol": "sftp", + "port": 22, + "username": "username", + "remotePath": "/", + "uploadOnSave": true, + "useTempFile": false, + "openSsh": false +} diff --git a/package.json b/package.json index ddb88d2..f82bc5f 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/resources/basex.png b/resources/basex.png deleted file mode 100644 index d737358..0000000 Binary files a/resources/basex.png and /dev/null differ diff --git a/resources/xml.png b/resources/xml.png new file mode 100644 index 0000000..597979b Binary files /dev/null and b/resources/xml.png differ