From cab499581e77025ee1db174197822b5efca33c27 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:07:46 -0700 Subject: [PATCH] Update VOID_USEFUL_LINKS.md --- VOID_USEFUL_LINKS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VOID_USEFUL_LINKS.md b/VOID_USEFUL_LINKS.md index f58cba8c..f2c58d55 100644 --- a/VOID_USEFUL_LINKS.md +++ b/VOID_USEFUL_LINKS.md @@ -26,8 +26,8 @@ Void is mainly an extension right now, and these links were very useful for us t - ["Contributes" Guide](https://code.visualstudio.com/api/references/contribution-points) - the `"contributes"` part of `package.json` is how an extension mounts. -- [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. +- [Activation events](https://code.visualstudio.com/api/references/activation-events) you can define in `package.json` (not the most useful) +