Created
July 30, 2026 15:55
-
-
Save joshlawton/ba69bf71c0980769f3dc759e013fe4fa to your computer and use it in GitHub Desktop.
Visual Studio Code • Enable snippets in Markdown files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Enable snippets in Markdown files https://stackoverflow.com/a/71589996 | |
| "[markdown]": { | |
| "editor.quickSuggestions": { | |
| "other": true, | |
| "comments": true, | |
| "strings": true | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment