From fb48c4e67e973944060fd8ce1e6efad632411ae7 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:15:55 -0800 Subject: [PATCH] Update VOID_USEFUL_LINKS.md --- VOID_USEFUL_LINKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VOID_USEFUL_LINKS.md b/VOID_USEFUL_LINKS.md index b3ba5a30..abf9a6e4 100644 --- a/VOID_USEFUL_LINKS.md +++ b/VOID_USEFUL_LINKS.md @@ -32,6 +32,6 @@ Void is no longer an extension, so these links are no longer required, but they - [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) +- [Activation events](https://code.visualstudio.com/api/references/activation-events) you can define in `package.json` (not the most useful).