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:
parent
99c1a62655
commit
8c452f6982
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user