Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 1.73 KB

VOID_USEFUL_LINKS.md

File metadata and controls

33 lines (15 loc) · 1.73 KB

Useful links

The Void team 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

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