Source Control in VS Code activity bar

Recently the source control icon (git extension) in the activity bar in vs code shows more than changes in code.

As can be seen here the icon adds up the changes in my code, and from the west workspace it also adds Manifest, Changed, Clean and Not Cloned. I am only interested in the 8 changes in my code but the source control icon shows 73. How do I make it not add the numbers for Manifest, Changed, Clean and Not Cloned.

I *think* this started when vs code auto updated itself to the latest version but am not 100% sure.

Regards /Ruben

Parents Reply
  • Hey,

    I'm facing the same issue and found a solution for it.

    In 'Settings > Features > Source Control' you can set the 'Count Badge' to 'focused'.

    Now I can still see the west-workspace changes in the list, but the icon-number only shows the relevant ones. However I don't know if there is a way to select or change the "focus".

    Hope this works for you aswell
    Florian

Children
No Data
Related