forked from external/vscode-xml
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue