Home > Software design >  how to disable vs code toast feature
how to disable vs code toast feature

Time:11-20

The toast notifications (popups) of VS Code is surprisingly annoying. These notifications are often redundant and cluttering as well as visually distracting.

I know this has been asked before and wondering if there is anything new as of 2022. Managing the noise is a requirement.

CodePudding user response:

The bottom right corner of the screen should display a bell icon. When you select that you can turn it to Do Not Disturb mode and that means there will be no new notifications within VS Code, except for ones related to errors.

  • Related