We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
*.md
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
"workbench.editorAssociations": { "*.md": "vscode.markdown.preview.editor" },
In this example, open it in preview by default.
The text was updated successfully, but these errors were encountered:
I think this is what they meant with the TODO entry - using the Custom Text Editor feature is probably a prerequisite.
Sorry, something went wrong.
this is "workbench.editorAssociations": { "*.md": "myEdit.markdown" },
"workbench.editorAssociations": { "*.md": "myEdit.markdown" },
+1!
No branches or pull requests
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.
In this example, open it in preview by default.
The text was updated successfully, but these errors were encountered: