vscode-regex-snippets icon indicating copy to clipboard operation
vscode-regex-snippets copied to clipboard

Make snippets available in markdown files

Open lundeen-bryan opened this issue 3 years ago • 0 comments

Problem: I tried to use this extension in a markdown file but the snippets didn't populate in the list by using the command pallet or in the code window.

Suggested Solution: I would like to know how to use these snippets in a Markdown file. I'm guessing it only works in .js files.

Alt considered: I went to the package.json file for the extension and added "language": "markdown" but this didn't trigger the use of the extension when coding.

I'd appreciate any tips on how I can make this extension work in markdown files thank you!

lundeen-bryan avatar Jun 26 '22 22:06 lundeen-bryan