Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to open *.md files with markdown editor? #31

Open
hkcomori opened this issue Oct 4, 2021 · 3 comments
Open

How to open *.md files with markdown editor? #31

hkcomori opened this issue Oct 4, 2021 · 3 comments

Comments

@hkcomori
Copy link

hkcomori commented Oct 4, 2021

How to open *.md files with markdown editor?

VSCode has workbench.editorAssociations option.
I want set markdown editor to the option but I don't know setting value.

    "workbench.editorAssociations": {
        "*.md": "vscode.markdown.preview.editor"
    },

In this example, open it in preview by default.

@upstream-dmahlberg
Copy link

I think this is what they meant with the TODO entry - using the Custom Text Editor feature is probably a prerequisite.

@maolike
Copy link

maolike commented Jan 12, 2022

this is
"workbench.editorAssociations": { "*.md": "myEdit.markdown" },

@pepplerock
Copy link

+1!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants