From 8a6daa5766e6db05029460052581f6d71e234f86 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Tue, 26 Nov 2024 16:45:08 -0800 Subject: [PATCH] very small changes --- VOID_USEFUL_LINKS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/VOID_USEFUL_LINKS.md b/VOID_USEFUL_LINKS.md index ef7cbc16..094b4064 100644 --- a/VOID_USEFUL_LINKS.md +++ b/VOID_USEFUL_LINKS.md @@ -4,6 +4,8 @@ The Void team put together this list of links to get up and running with VSCode' ## Beginners / Getting started + + - [VSCode UI guide](https://code.visualstudio.com/docs/getstarted/userinterface) - covers auxbar, panels, etc. - [UX guide](https://code.visualstudio.com/api/ux-guidelines/overview) - covers Containers, Views, Items, etc. @@ -12,8 +14,7 @@ The Void team put together this list of links to get up and running with VSCode' - [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. - -- [Every command](https://code.visualstudio.com/api/references/commands) built-in to VSCode - sometimes useful to reference. +- [Every command](https://code.visualstudio.com/api/references/commands) built-in to VSCode - sometimes useful to reference (especially if you're building an extension). ## VSCode's Extension API