We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
*
Describe the bug
👋 from the VS Code team. We noticed that this extension is * activated.
When you are * activated, you compete with vscode for start up time and as a result, you hurt vscode's startup time in the process.
It's better to be reactive and only activate when the user interacts with your extension:
To Reproduce Steps to reproduce the behavior:
Expected behavior It shouldn't activate until needed.
Additional context
Activation events for your reference https://code.visualstudio.com/api/references/activation-events
The text was updated successfully, but these errors were encountered:
Maybe @c-ryan-k can comment on this?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
👋 from the VS Code team. We noticed that this extension is
*
activated.When you are
*
activated, you compete with vscode for start up time and as a result, you hurt vscode's startup time in the process.It's better to be reactive and only activate when the user interacts with your extension:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It shouldn't activate until needed.
Additional context
Activation events for your reference
https://code.visualstudio.com/api/references/activation-events
The text was updated successfully, but these errors were encountered: