diff --git a/package.json b/package.json index 8435583..89a26ea 100644 --- a/package.json +++ b/package.json @@ -186,6 +186,20 @@ } ], "menus": { + "commandPalette": [ + { + "command": "xmlTools.evaluateXPath", + "when": "editorLangId == xml" + }, + { + "command": "xmlTools.executeXQuery", + "when": "editorLangId == xquery" + }, + { + "command": "xmlTools.minifyXml", + "when": "editorLangId == xml" + } + ], "editor/context": [ { "command": "xmlTools.minifyXml",