From 8c452f69823eb10476826ad5b02022a2b7dcf7ae Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Wed, 2 Dec 2015 12:46:34 -0500 Subject: [PATCH] Re-Add Format XML Command This command will simply act as an alias for the built-in formatting command for backward-compatibility. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 9ceec58..87532e7 100644 --- a/package.json +++ b/package.json @@ -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"