提交 65d93c94 编写于 作者: K kieferrm

Fix up duplicated names in command pallete

上级 7e72a4d1
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
], ],
"activationEvents": [ "activationEvents": [
"onCommand:markdown.showPreview", "onCommand:markdown.showPreview",
"onCommand:markdown.showPreviewToSide" "onCommand:markdown.showPreviewToSide",
"onCommand:markdown.showSource"
], ],
"contributes": { "contributes": {
"languages": [ "languages": [
...@@ -60,7 +61,7 @@ ...@@ -60,7 +61,7 @@
}, },
{ {
"command": "markdown.showSource", "command": "markdown.showSource",
"title": "%markdown.previewMarkdown.title%", "title": "%markdown.showSource.title%",
"category": "%markdown.category%", "category": "%markdown.category%",
"icon": { "icon": {
"light": "./media/ViewSource.svg", "light": "./media/ViewSource.svg",
......
{ {
"markdown.category" : "Markdown", "markdown.category" : "Markdown",
"markdown.openPreview" : "Open Preview", "markdown.openPreview" : "Open Preview",
"markdown.previewMarkdown.title" : "Toggle Preview", "markdown.previewMarkdown.title" : "Show Preview",
"markdown.previewMarkdownSide.title" : "Open Preview to the Side" "markdown.previewMarkdownSide.title" : "Open Preview to the Side",
"markdown.showSource.title" : "Show Source"
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册