Skip to content

Commit 8bac540

Browse files
authored
Include (1) when incrementing accounts activity badge number (microsoft#184182)
1 parent 1899f62 commit 8bac540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/editSessions/browser/editSessions.contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ export class EditSessionsContribution extends Disposable implements IWorkbenchCo
243243
return this.accountsMenuBadgeDisposable.clear();
244244
}
245245

246-
const badge = new NumberBadge(1, () => localize('check for pending cloud changes', 'Check for pending cloud changes'));
247-
this.accountsMenuBadgeDisposable.value = this.activityService.showAccountsActivity({ badge, priority: 1 });
246+
const badge = new NumberBadge(1, () => localize('check for pending cloud changes', 'Check for pending cloud changes (1)'));
247+
this.accountsMenuBadgeDisposable.value = this.activityService.showAccountsActivity({ badge });
248248
}
249249

250250
private async autoStoreEditSession() {

0 commit comments

Comments
 (0)