项目文件夹

文件
2024-11-26 16:45:08 -08:00

1.9 KiB

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 (especially if you're building an extension).

VSCode's Extension API

Void is no longer an extension, so these links are no longer required, but they might be useful if we ever build an extension again.