Skip to content

Commit e377061

Browse files
authored
SCM - refresh the view when the alwaysShowRepositories setting changes (microsoft#226628)
1 parent 90c3e49 commit e377061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/scm/browser/scmHistoryViewPane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ export class SCMHistoryViewPane extends ViewPane {
754754
this._visibilityDisposables)
755755
(() => {
756756
this.updateActions();
757-
this._updateChildren();
757+
this.refresh();
758758
}, this, this._visibilityDisposables);
759759

760760
// Add visible repositories

0 commit comments

Comments
 (0)