From c86f47743ea96246625308081530c8554e0ca708 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Thu, 12 Dec 2024 16:42:48 -0800 Subject: [PATCH] update links --- VOID_USEFUL_LINKS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/VOID_USEFUL_LINKS.md b/VOID_USEFUL_LINKS.md index 537fbf2e..2897507b 100644 --- a/VOID_USEFUL_LINKS.md +++ b/VOID_USEFUL_LINKS.md @@ -2,18 +2,18 @@ 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 - -- [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. - ## 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. - [Built-in VSCode Styles](https://code.visualstudio.com/api/references/theme-color) - CSS variables that are built into VSCode. Use `var(--vscode-{theme but replacing . with -})`. You can also see the [Webview Theming Guide](https://code.visualstudio.com/api/extension-guides/webview#theming-webview-content). +## 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. + ## Misc