vscode-markdown-preview-enhanced icon indicating copy to clipboard operation
vscode-markdown-preview-enhanced copied to clipboard

How can I open the preview by default?

Open icruces opened this issue 2 years ago • 1 comments

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!

icruces avatar May 10 '22 15:05 icruces