Files
vscode/extensions/markdown/package.nls.json
Johannes Rieken f23877c4ed md - differentiate between showPreview and showSource
having two distinct commands allows us to have a context menu action in the explorer to show a preview
2016-06-17 11:23:17 +02:00

6 lines
201 B
JSON

{
"markdown.category" : "Markdown",
"markdown.openPreview" : "Open Preview",
"markdown.previewMarkdown.title" : "Toggle Preview",
"markdown.previewMarkdownSide.title" : "Open Preview to the Side"
}