From 64d3d3ad1a2246aa8292c3066a536d869f93ff50 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sun, 29 Apr 2018 01:20:55 -0400 Subject: [PATCH] Add Minify Command to Context Menu #151 --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 5cab1f2..634594d 100644 --- a/package.json +++ b/package.json @@ -184,6 +184,15 @@ "configuration": "./languages/xquery/xquery.json" } ], + "menus": { + "editor/context": [ + { + "command": "xmlTools.minifyXml", + "group": "1_modification@100", + "when": "editorLangId == 'xml'" + } + ] + }, "views": { "explorer": [ {