Skip to content

Commit

Permalink
Contributed activity's busy icon fails to display after resetting con…
Browse files Browse the repository at this point in the history
…taining TreeView's badge state (#165255)

Fixes #165181
  • Loading branch information
alexr00 committed Nov 3, 2022
1 parent 78f27b8 commit 640bcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/parts/views/treeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 640bcd7

Please sign in to comment.