void/LINEMAGE_VSCODE_GUIDE.md
2024-09-11 01:46:03 -07:00

1.7 KiB

Useful links

LineMage put together this list of links to get up and running with VSCode's sourcecode. We hope it's helpful!

Beginners / Getting started

Contributing

  • How VS Code's sourcecode is organized - this explains where the entry point files are, what browser/ and common/ mean, etc. This is the most important read on this whole list! We recommend reading the whole thing.

  • Every command built-in to VSCode - sometimes useful to reference.

VSCode's Extension API

LineMage is mostly an extension right now, and these links were very useful for us to get set up.