mjbvz / vscode-fenced-code-block-grammar-injection-example

Example of injecting a new grammar into VSCode's builtin markdown syntax highlighting for fenced code blocks
MIT License
98 stars 26 forks source link

Installing locally for those not used to vscode extensions #19

Open kjmph opened 10 months ago

kjmph commented 10 months ago

Hello, great example, this was really helpful. However, for those of us that have no idea how extensions work for vscode, perhaps a quick local installation section would be helpful?

I did the following steps and it worked out great:

$ npm install -g vsce
$ vsce package
$ code --install-extension markdown-fenced-codeblock-example-injection-0.0.1.vsix

This isn't quite an issue, per-se. Unless you wanted to modify the README.md to add a section?

Upset2 commented 1 month ago

[__](

)