Merge pull request #165 from DotJoshJohnson/cleanup-2.1
Post-2.0 Cleanup
This commit is contained in:
commit
7a2f662a0d
17
package.json
17
package.json
@ -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
BIN
resources/xml.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in New Issue
Block a user