vscode-markdown-preview-enhanced
vscode-markdown-preview-enhanced copied to clipboard
How can I open the preview by default?
I would like to open the markdown preview by default when opening a markdown file instead of the source. With the VSC built-in markdown preview I can achieve it with:
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor",
}
What is the equivalent with markdown-preview-enhanced?
Thanks!