void/LINEMAGE_VSCODE_GUIDE.md
2024-09-10 22:48:41 -07:00

1.5 KiB

Useful links

LineMage put together this list of links to learn about VSCode. 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. The bottom of the page is easy to miss - cancellation tokens, events, disposables.

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

VSCode's Extension API

The "contributes" part of package.json is how an extension mounts.