Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
116 stars 15 forks source link

Possible to show # of files changed notification for source control icon? #43

Closed parterburn closed 3 years ago

parterburn commented 3 years ago

A helpful bit of context in the sidebar view is seeing the # of files changed next to the source control icon, which doesn't exist for the activitusbar icon...is it technically possible to show something similar? If not the number, for spacing issues, even highlighting it a different color to show there are pending changes?

Gruntfuggly commented 3 years ago

Unfortunately I don't think there is any API to get the information. It could potentially do some command line stuff to get the number of modifications?

I'll try and add something.

Gruntfuggly commented 3 years ago

Please try the latest version. 🙂

parterburn commented 3 years ago

Speedy! That's perfect. Closing issue.

Gruntfuggly commented 3 years ago

Hi - I've had to disable this by default - see #44. It makes no sense to me, but until I can reproduce it, it seems safer to make it "opt in". You'll need to set

"activitusbar.showSourceControlCounter": true