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
{{ message }}
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
I'm currently getting a lot of notifications that I can't address right now, and they are getting in the way of my work. So I wanted to disable the plugin for a while.
When I saw:
notify_hooks: {options: {enabled: true,max_jshint_notifications: 5,// maximum number of notifications from jshint outputtitle: "Project Name",// defaults to the name in package.json, or will use project directory's namesuccess: false,// whether successful grunt executions should be notified automaticallyduration: 3// the duration of notification in seconds, for `notify-send only}}
I believed "enabled" was related to the plugin, but it turns out it is related to the options (if this options override the defaults or not). Is there a way to disable the plugin for everything? What about disabling the plugin for certain commands?
If there is no way do you think this would be useful? Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm currently getting a lot of notifications that I can't address right now, and they are getting in the way of my work. So I wanted to disable the plugin for a while.
When I saw:
I believed "enabled" was related to the plugin, but it turns out it is related to the options (if this options override the defaults or not). Is there a way to disable the plugin for everything? What about disabling the plugin for certain commands?
If there is no way do you think this would be useful? Thanks.
The text was updated successfully, but these errors were encountered: