Skip to content

Commit 372ca2e

Browse files
committed
🐛 fixes microsoft#24026
1 parent 876c35b commit 372ca2e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/vs/workbench/api/node/mainThreadSCM.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ class MainThreadSCMProvider implements ISCMProvider {
9898
) { }
9999

100100
$updateSourceControl(features: SCMProviderFeatures): void {
101+
if ('count' in features) {
102+
this._count = features.count;
103+
}
104+
101105
this.features = assign(this.features, features);
102106
this._onDidChange.fire();
103107

0 commit comments

Comments
 (0)