Skip to content

Commit 7a2f662

Browse files
Merge pull request #165 from DotJoshJohnson/cleanup-2.1
Post-2.0 Cleanup
2 parents 90793ec + e4b48f6 commit 7a2f662

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"color": "#FFFFFF",
1414
"theme": "light"
1515
},
16+
"icon": "resources/xml.png",
1617
"homepage": "https://github.com/DotJoshJohnson/vscode-xml",
1718
"repository": {
1819
"type": "git",
@@ -26,7 +27,7 @@
2627
},
2728
"categories": [
2829
"Formatters",
29-
"Languages",
30+
"Programming Languages",
3031
"Linters",
3132
"Other"
3233
],
@@ -185,6 +186,20 @@
185186
}
186187
],
187188
"menus": {
189+
"commandPalette": [
190+
{
191+
"command": "xmlTools.evaluateXPath",
192+
"when": "editorLangId == xml"
193+
},
194+
{
195+
"command": "xmlTools.executeXQuery",
196+
"when": "editorLangId == xquery"
197+
},
198+
{
199+
"command": "xmlTools.minifyXml",
200+
"when": "editorLangId == xml"
201+
}
202+
],
188203
"editor/context": [
189204
{
190205
"command": "xmlTools.minifyXml",

resources/xml.png

3.2 KB
Loading

0 commit comments

Comments
 (0)