vscode-gremlins
vscode-gremlins copied to clipboard
[Feature request] Setting the activationEvents package.json parameter value to onStartupFinished
trafficstars
Is your feature request related to a problem? Please describe.
VS Code startup time and actual availability time.
Describe the solution you'd like
Our VS Code Development Workshop is becoming richer and richer by adding extensions from the marketplace or that we develop ourselves.
We are seeing increasingly long startup times and delays before being able to work with our Development Workshop...
We have analyzed the activation events associated with each VS Code extension.
The Gremlins uses the * event, so it is activated as soon as VS Code starts:
- is this a requirement?
- could the
onStartupFinishedevent be sufficient?
2025-01-10 21:30:42.503 [info] ExtensionService#_doActivateExtension nhoizey.gremlins, startup: true, activationEvent: '*'
Thanks.