mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
having two distinct commands allows us to have a context menu action in the explorer to show a preview
6 lines
201 B
JSON
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"
|
|
} |