Home > Mobile >  How do I remove / hide source control notifications in VScode?
How do I remove / hide source control notifications in VScode?

Time:04-21

How do I remove / hide the blue circle notification thingy that has 3 in it in the picture below?

I want to keep the source controll feature, but I cant stand the notification always being there every time I write some code

enter image description here

CodePudding user response:

This Count Badge setting should do the trick:

enter image description here

CodePudding user response:

You can turn off the Count Badge from here - File > Preferences > Settings > SCM. Shortcut to reach the same setting: Ctrl ,

enter image description here

  • Related