forked from external/vscode-xml
parent
323c5c310c
commit
64d3d3ad1a
1 changed files with 9 additions and 0 deletions
|
@ -184,6 +184,15 @@
|
|||
"configuration": "./languages/xquery/xquery.json"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
"editor/context": [
|
||||
{
|
||||
"command": "xmlTools.minifyXml",
|
||||
"group": "1_modification@100",
|
||||
"when": "editorLangId == 'xml'"
|
||||
}
|
||||
]
|
||||
},
|
||||
"views": {
|
||||
"explorer": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue