Add Minify Command to Context Menu

#151
This commit is contained in:
Josh Johnson 2018-04-29 01:20:55 -04:00
parent 323c5c310c
commit 64d3d3ad1a
1 changed files with 9 additions and 0 deletions

View File

@ -184,6 +184,15 @@
"configuration": "./languages/xquery/xquery.json" "configuration": "./languages/xquery/xquery.json"
} }
], ],
"menus": {
"editor/context": [
{
"command": "xmlTools.minifyXml",
"group": "1_modification@100",
"when": "editorLangId == 'xml'"
}
]
},
"views": { "views": {
"explorer": [ "explorer": [
{ {