-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: extension commands #13
Conversation
I tested locally, however, on a first run i always receive an exception in the console:
|
After investigating a bit, it seems to be caused by the display messages with options which return |
Thank you |
This PR adds two new commands: restart and disable (and renames the existing one to "lint"). This includes useful window messages with buttons to toggle the extension as a shorthand (see screenshots below). In the process of implementing this, a lot of code was rewritten and updated which should make the extension faster. Closes #12.