Skip to content

Instantly share code, notes, and snippets.

@asears
Created March 1, 2026 11:43
Show Gist options
  • Select an option

  • Save asears/0507321281ef7649e05fd9dda1ea3d7a to your computer and use it in GitHub Desktop.

Select an option

Save asears/0507321281ef7649e05fd9dda1ea3d7a to your computer and use it in GitHub Desktop.
til.code-workspace - markdown browsing by default
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment