Merge pull request #165 from DotJoshJohnson/cleanup-2.1

Post-2.0 Cleanup
This commit is contained in:
Josh Johnson 2018-05-27 23:51:09 -04:00 committed by GitHub
commit 7a2f662a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -13,6 +13,7 @@
"color": "#FFFFFF",
"theme": "light"
},
"icon": "resources/xml.png",
"homepage": "https://github.com/DotJoshJohnson/vscode-xml",
"repository": {
"type": "git",
@ -26,7 +27,7 @@
},
"categories": [
"Formatters",
"Languages",
"Programming Languages",
"Linters",
"Other"
],
@ -185,6 +186,20 @@
}
],
"menus": {
"commandPalette": [
{
"command": "xmlTools.evaluateXPath",
"when": "editorLangId == xml"
},
{
"command": "xmlTools.executeXQuery",
"when": "editorLangId == xquery"
},
{
"command": "xmlTools.minifyXml",
"when": "editorLangId == xml"
}
],
"editor/context": [
{
"command": "xmlTools.minifyXml",

BIN
resources/xml.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB