From 3b8ecef2e6c89cc9a697770213b47ff77079cf92 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:46:03 -0700 Subject: [PATCH] Update LINEMAGE_VSCODE_GUIDE.md --- LINEMAGE_VSCODE_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LINEMAGE_VSCODE_GUIDE.md b/LINEMAGE_VSCODE_GUIDE.md index 878934dc..9bcc3c8a 100644 --- a/LINEMAGE_VSCODE_GUIDE.md +++ b/LINEMAGE_VSCODE_GUIDE.md @@ -10,7 +10,7 @@ LineMage put together this list of links to get up and running with VSCode's sou ## 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 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.