From 3147a92463c78bd4092c30f00571a7cb8e7c358c Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 11 Dec 2024 02:53:59 -0800 Subject: [PATCH] Update VOID_USEFUL_LINKS.md --- VOID_USEFUL_LINKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VOID_USEFUL_LINKS.md b/VOID_USEFUL_LINKS.md index ef7cbc16..52702d0f 100644 --- a/VOID_USEFUL_LINKS.md +++ b/VOID_USEFUL_LINKS.md @@ -10,7 +10,7 @@ The Void team put together this list of links to get up and running with VSCode' ## Contributing -- [How VS Code'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. +- [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. - [Every command](https://code.visualstudio.com/api/references/commands) built-in to VSCode - sometimes useful to reference.