mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:06:57 +00:00
Contributed activity's busy icon fails to display after resetting containing TreeView's badge state (#165255)
Fixes #165181
This commit is contained in:
parent
78f27b8e32
commit
640bcd7e70
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ abstract class AbstractTreeView extends Disposable implements ITreeView {
|
|||
if (badge) {
|
||||
const activity = {
|
||||
badge: new NumberBadge(badge.value, () => badge.tooltip),
|
||||
priority: 150
|
||||
priority: 50
|
||||
};
|
||||
this._badgeActivity = this.activityService.showViewActivity(this.id, activity);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue