提交 f62d1f25 编写于 作者: M Matt Bierner

Only show the markdown refresh preview command when preview is active or you are in a markdown file

上级 4516dd8c
......@@ -153,6 +153,14 @@
{
"command": "markdown.preview.toggleLock",
"when": "markdownPreviewFocus"
},
{
"command": "markdown.preview.refresh",
"when": "editorLangId == markdown"
},
{
"command": "markdown.preview.refresh",
"when": "markdownPreviewFocus"
}
]
},
......@@ -315,4 +323,4 @@
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10"
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册