mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
1.5 KiB
1.5 KiB
Useful links
LineMage put together this list of links to learn about VSCode. We hope it's helpful!
Beginners / Getting started
-
VSCode UI guide - covers auxbar, panels, etc.
-
UX guide - covers Containers, Views, Items, etc.
Contributing
-
How VS Code's sourcecode is organized - this explains where the entry point files are, what
browser/andcommon/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.
-
activation events in
package.json. -
Full VSCode Extension API - look on the right side for organization.