Add "Get Current XPath" to Editor Context Menu

closes #284
This commit is contained in:
Josh Johnson 2020-07-25 22:26:22 -04:00
parent e6ca8f597f
commit e9ba54d3b8

View file

@ -245,6 +245,11 @@
"command": "xmlTools.minifyXml", "command": "xmlTools.minifyXml",
"group": "1_modification@100", "group": "1_modification@100",
"when": "editorLangId == 'xml'" "when": "editorLangId == 'xml'"
},
{
"command": "xmlTools.getCurrentXPath",
"group": "z_commands",
"when": "editorLangId == 'xml'"
} }
] ]
}, },
@ -280,4 +285,4 @@
"xpath": "0.0.27", "xpath": "0.0.27",
"xqlint": "^0.4.1" "xqlint": "^0.4.1"
} }
} }