You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while measuring and improving startup performance of extensions in VS Code I discovered this extension will load "onLanguage:json" and usually takes around 460ms of activation time.
If I understand the documentation correctly, this extension does not need the activation event. The menu contributions should be displayed even without extension activation and all commands will activate the extension implicitely.
Is it possible to remove the activation event onLanguage, so the extension will only be activates when used ?
The text was updated successfully, but these errors were encountered:
Hi,
while measuring and improving startup performance of extensions in VS Code I discovered this extension will load "onLanguage:json" and usually takes around 460ms of activation time.
If I understand the documentation correctly, this extension does not need the activation event. The menu contributions should be displayed even without extension activation and all commands will activate the extension implicitely.
Is it possible to remove the activation event onLanguage, so the extension will only be activates when used ?
The text was updated successfully, but these errors were encountered: