Skip to content

Instantly share code, notes, and snippets.

@jakenuts
Last active May 20, 2023 22:52
Show Gist options
  • Select an option

  • Save jakenuts/f6763fe8b14a503b33a87949a5b8b1a6 to your computer and use it in GitHub Desktop.

Select an option

Save jakenuts/f6763fe8b14a503b33a87949a5b8b1a6 to your computer and use it in GitHub Desktop.
vs-code tips

VS Code Tricks

Always open in Markdown Preview

//-------- Markdown --------        
"workbench.editorAssociations": {
    "*.md": "vscode.markdown.preview.editor" 
    },   
    "markdown.preview.openMarkdownLinks": "inPreview"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment