-
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
Add a new preference to silence notifications #7195
Add a new preference to silence notifications #7195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution @garethwhittaker, I tested the changes and they work well!
I'll give @AlexTugarev a chance to take a look since he was the original author.
Do we want to align the preference key with VS Code? They use |
I wasn't sure since we do not have the concept of |
OK, I am a little bit off from this loop. What if there is a |
@kittaakos |
@vince-fugnitto Don't forget to help merging. |
Sure! I just wanted to give an opportunity for others to take a look as well if they wanted to. |
@garethwhittaker I wanted to give time for others to check the pull-request but haven't gotten any additional feedback so I think it's good to merge. Can you rebase the pull-request to address the merge conflict? |
Resolves #5942 Signed-off-by: Gareth Whittaker <garethwhittaker@hotmail.com>
Thank you for your contribution @garethwhittaker! |
What it does
Resolves #5942
Provide users with the option to silence notifications, no longer showing the toasts whilst still being viewable in the status bar counter and accessible via the notifications centre.
How to test
workbench.silentNotifications: false
).workbench.silentNotifications: true
, then check that toasts no longer appear.Review checklist
Reminder for reviewers