-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
support do not disturb
mode for notifications
#5942
Comments
I think notifications could be even filtered by severity when it comes to show a toast, e.g. I'd still want to see errors. |
Would a preference be sufficient?
|
I'd be interested in picking this task up. |
@garethwhittaker sure!
I think we can aim to have a single preference (ex: It might also be interesting for at some point to have an enhancement in the form of a new command which toggles the |
Resolves #5942 Signed-off-by: Gareth Whittaker <garethwhittaker@hotmail.com>
Resolves eclipse-theia#5942 Signed-off-by: Gareth Whittaker <garethwhittaker@hotmail.com>
@vince-fugnitto is there plan to support suppressing notifications based on levels as mentioned in your initial comment #5942 (comment) ?
|
@AmeyaLokre not that I am aware of, and I did not find a similar notification present in vscode. You can always add such a preference in your own application based on Theia if you require the use-case. |
It is a follow-up of #5830.
As a user, i want to suppress pop up of all notifications. Instead counter should be updated in the status bar as a reminder that there are some messages. Counter should not blink or something to avoid distracting as well.
In VS Code it is not possible, so it is a proposal to implement in Theia.
cc @AlexTugarev
The text was updated successfully, but these errors were encountered: