Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement missing activation events #14005

Open
3 tasks
tsmaeder opened this issue Aug 5, 2024 · 3 comments
Open
3 tasks

Implement missing activation events #14005

tsmaeder opened this issue Aug 5, 2024 · 3 comments
Labels
epic epic issues consisting of multiple smaller issues vscode issues related to VSCode compatibility

Comments

@tsmaeder
Copy link
Contributor

tsmaeder commented Aug 5, 2024

Feature Description:

There are a bunch of plugin activation events we don't support yet:

  • onProfile,
  • onWalkthrough
  • onEditSession
    ....
@tsmaeder tsmaeder added epic epic issues consisting of multiple smaller issues vscode issues related to VSCode compatibility labels Aug 5, 2024
@tsmaeder
Copy link
Contributor Author

tsmaeder commented Aug 5, 2024

This issue was started based on #14003. Feel free to extend with more known unimplemented ones.

@tsmaeder
Copy link
Contributor Author

tsmaeder commented Aug 6, 2024

The only place I could find to see what events there really are is in the packags.json code assist of the "activationEvent" tag in package.json in VS Code.

@NHAS
Copy link

NHAS commented Jan 15, 2025

  • onTunnel
  • onOpenExternalUri

Also seem to be ones missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic epic issues consisting of multiple smaller issues vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

2 participants