From 4b6d92bd2296bb86556db9002521d0985e33a9f1 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:52:39 -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 4cc25949..47308b61 100644 --- a/LINEMAGE_VSCODE_GUIDE.md +++ b/LINEMAGE_VSCODE_GUIDE.md @@ -26,8 +26,6 @@ LineMage put together this list of links to learn about VSCode. We hope it's hel - [Activation events](https://code.visualstudio.com/api/references/activation-events) you can define in `package.json`. -- [The Full VSCode Extension API](https://code.visualstudio.com/api/references/vscode-api) - look on the right side for organization. - -- [The bottom](https://code.visualstudio.com/api/references/vscode-api#api-patterns) of the page is easy to miss but is useful - cancellation tokens, events, disposables. +- [The Full VSCode Extension API](https://code.visualstudio.com/api/references/vscode-api) - look on the right side for organization. The [bottom](https://code.visualstudio.com/api/references/vscode-api#api-patterns) of the page is easy to miss but is useful - cancellation tokens, events, disposables.