-
Notifications
You must be signed in to change notification settings - Fork 8
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
Improvement: Set the correct activation events #30
Comments
Hey @GitMensch probably the best option is to use the onStartupFinished event, it should improve loading performance by some. Another idea would be to let it enable when the toggle command is trigered but that would mean that the user will not have access to the typing mode indicator before triggering the command. Pushed the changes (and a slightly adjusted icon to reflect the project in general) in master. Could you please take a look that it works in your environment as well with the adjusted activation events? |
agreed. LGTM, also for use with remote workspaces; so time to update ChangeLog and release, I think :-) |
Currently we are using * as the activation event, this causes the extension to be slower.
We should set some more specific activation events.
The text was updated successfully, but these errors were encountered: