File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 13
13
"color" : " #FFFFFF" ,
14
14
"theme" : " light"
15
15
},
16
+ "icon" : " resources/xml.png" ,
16
17
"homepage" : " https://github.com/DotJoshJohnson/vscode-xml" ,
17
18
"repository" : {
18
19
"type" : " git" ,
26
27
},
27
28
"categories" : [
28
29
" Formatters" ,
29
- " Languages" ,
30
+ " Programming Languages" ,
30
31
" Linters" ,
31
32
" Other"
32
33
],
185
186
}
186
187
],
187
188
"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
+ ],
188
203
"editor/context" : [
189
204
{
190
205
"command" : " xmlTools.minifyXml" ,
You can’t perform that action at this time.
0 commit comments