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

Slows down startup, when json file is open #73

Open
falco467 opened this issue Jan 6, 2023 · 0 comments
Open

Slows down startup, when json file is open #73

falco467 opened this issue Jan 6, 2023 · 0 comments

Comments

@falco467
Copy link

falco467 commented Jan 6, 2023

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant