You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
In the tree-view-sample there's a nice example of how to create e.g. a Refresh button on the tree view.
I'd like to add a badge with a number indicating total count of the items that are stored in my tree.
Similar thing is visible on the "Changes" tree view for VCS:
I'm wondering whether it's possible for me to have that too.
I'd appreciate any help.
Hello,
In the tree-view-sample there's a nice example of how to create e.g. a Refresh button on the tree view.
I'd like to add a badge with a number indicating total count of the items that are stored in my tree.
Similar thing is visible on the "Changes" tree view for VCS:
I'm wondering whether it's possible for me to have that too.
I'd appreciate any help.
CC: @sandy081
EDIT: Just found that in the Git extension it's called
countBadge
:https://github.com/Microsoft/vscode/blob/master/extensions/git/package.json#L828
Is it exposed somewhere?
Thank you all for the tremendous work!
The text was updated successfully, but these errors were encountered: