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

Fix up duplicated names in command pallete

上级 7e72a4d1
......@@ -13,7 +13,8 @@
],
"activationEvents": [
"onCommand:markdown.showPreview",
"onCommand:markdown.showPreviewToSide"
"onCommand:markdown.showPreviewToSide",
"onCommand:markdown.showSource"
],
"contributes": {
"languages": [
......@@ -60,7 +61,7 @@
},
{
"command": "markdown.showSource",
"title": "%markdown.previewMarkdown.title%",
"title": "%markdown.showSource.title%",
"category": "%markdown.category%",
"icon": {
"light": "./media/ViewSource.svg",
......
{
"markdown.category" : "Markdown",
"markdown.openPreview" : "Open Preview",
"markdown.previewMarkdown.title" : "Toggle Preview",
"markdown.previewMarkdownSide.title" : "Open Preview to the Side"
"markdown.previewMarkdown.title" : "Show Preview",
"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.
先完成此消息的编辑!
想要评论请 注册