From c1843ea8883fc220e02531a5392e554d2f675d07 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:48:41 -0700 Subject: [PATCH] Update LINEMAGE_VSCODE_GUIDE.md --- LINEMAGE_VSCODE_GUIDE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LINEMAGE_VSCODE_GUIDE.md b/LINEMAGE_VSCODE_GUIDE.md index 1a26402d..68c91e4c 100644 --- a/LINEMAGE_VSCODE_GUIDE.md +++ b/LINEMAGE_VSCODE_GUIDE.md @@ -10,9 +10,7 @@ LineMage put together this list of links to learn about VSCode. We hope it's hel ## 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. **The most important read in this list.** - -- Don't forget [the bottom](https://code.visualstudio.com/api/references/vscode-api#api-patterns) of the page - cancellation tokens, events, disposables. +- [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. [The bottom](https://code.visualstudio.com/api/references/vscode-api#api-patterns) of the page is easy to miss - cancellation tokens, events, disposables. - [Every command](https://code.visualstudio.com/api/references/commands) built-in to VSCode - sometimes useful to reference.