Skip to content

Commit

Permalink
Update VOID_USEFUL_LINKS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpareles authored Sep 16, 2024
1 parent b44f575 commit cab4995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VOID_USEFUL_LINKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


0 comments on commit cab4995

Please sign in to comment.