Skip to main content

Adventures in VSCode Extensions

·62 words·1 min·
Daelon Suzuka
Author
Daelon Suzuka
A little bit about you

The scope tags (“name”) applied by a match are actually a space-separated list of tags. Multiple tags can be added by a single rule. This fact can be used for debugging by adding extra tags to a rule to make sure it’s being applied properly.

markup.italic
markup.bold

A collection of resources for building VSCode extensions:

https://github.com/RedCMD/TmLanguage-Syntax-Highlighter

https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage

https://www.apeth.com/nonblog/stories/textmatebundle.html

https://code.visualstudio.com/api/references/vscode-api

https://www.nicoespeon.com/en/2019/11/fix-vscode-extension-performance-issue/

https://code.visualstudio.com/api/extension-capabilities/common-capabilities

https://snyk.io/blog/vs-code-extension-building-auto-cicd-with-github-actions/