Skip to content

Commit e20f630

Browse files
Clear Activity Bar icon badge correctly (fix microsoft#210640) (microsoft#210645)
1 parent d4bac00 commit e20f630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/browser/parts/views/treeView.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ abstract class AbstractTreeView extends Disposable implements ITreeView {
453453
priority: 50
454454
};
455455
this._activity.value = this.activityService.showViewActivity(this.id, activity);
456+
} else {
457+
this._activity.clear();
456458
}
457459
}
458460

0 commit comments

Comments
 (0)