Re-Add Format XML Command

This command will simply act as an alias for the built-in formatting
command for backward-compatibility.
This commit is contained in:
Josh Johnson 2015-12-02 12:46:34 -05:00
parent 99c1a62655
commit 8c452f6982

View File

@ -31,6 +31,10 @@
"main": "./src/main",
"contributes": {
"commands": [
{
"command": "xmlTools.formatXml",
"title": "XML Tools: Format XML"
},
{
"command": "xmltools.linearizeXml",
"title": "XML Tools: Linearize XML"