Compare commits
No commits in common. "4cbf4cb5689aec7bc1efea493b55946fc200f06a" and "19a57fe6ca344a1de9c6537ad15806ebcb2bbe4a" have entirely different histories.
4cbf4cb568
...
19a57fe6ca
4 changed files with 17 additions and 6 deletions
11
.vscode/sftp.json
vendored
Normal file
11
.vscode/sftp.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "My Server",
|
||||
"host": "localhost",
|
||||
"protocol": "sftp",
|
||||
"port": 22,
|
||||
"username": "username",
|
||||
"remotePath": "/",
|
||||
"uploadOnSave": true,
|
||||
"useTempFile": false,
|
||||
"openSsh": false
|
||||
}
|
||||
12
package.json
12
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"
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB |
BIN
resources/xml.png
Normal file
BIN
resources/xml.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Loading…
Add table
Reference in a new issue