Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Commit de3e3a5

Browse files
committed
Fix show menu icon condtion.
#42
1 parent 1bdb92b commit de3e3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"menus": {
5656
"editor/title": [
5757
{
58-
"when": "resourceLangId == xml",
58+
"when": "editorLangId == xml",
5959
"command": "svgviewer.open",
6060
"group": "navigation"
6161
}

0 commit comments

Comments
 (0)