From d2b5531a3333b2a35104ab08e48f283d60d4e53c Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Sun, 2 Mar 2025 19:46:39 -0800 Subject: [PATCH] Update VOID_USEFUL_LINKS.md --- VOID_USEFUL_LINKS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VOID_USEFUL_LINKS.md b/VOID_USEFUL_LINKS.md index abf9a6e4..3fcfe797 100644 --- a/VOID_USEFUL_LINKS.md +++ b/VOID_USEFUL_LINKS.md @@ -2,6 +2,8 @@ The Void team put together this list of links to get up and running with VSCode's sourcecode. We hope it's helpful! +For a complete guide on building Void, see [Contributing](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md). + ## Contributing - [How VSCode's sourcecode is organized](https://github.com/microsoft/vscode/wiki/Source-Code-Organization) - 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.