From e9ba54d3b841cf474f26659503ebe0ecfe047eb2 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 25 Jul 2020 22:26:22 -0400 Subject: [PATCH] Add "Get Current XPath" to Editor Context Menu closes #284 --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ca89fab..c927a94 100644 --- a/package.json +++ b/package.json @@ -245,6 +245,11 @@ "command": "xmlTools.minifyXml", "group": "1_modification@100", "when": "editorLangId == 'xml'" + }, + { + "command": "xmlTools.getCurrentXPath", + "group": "z_commands", + "when": "editorLangId == 'xml'" } ] }, @@ -280,4 +285,4 @@ "xpath": "0.0.27", "xqlint": "^0.4.1" } -} +} \ No newline at end of file