This commit is contained in:
Joao Moreno
2017-04-21 12:02:02 +02:00
parent 876c35b8cd
commit 372ca2ee9c

View File

@@ -98,6 +98,10 @@ class MainThreadSCMProvider implements ISCMProvider {
) { }
$updateSourceControl(features: SCMProviderFeatures): void {
if ('count' in features) {
this._count = features.count;
}
this.features = assign(this.features, features);
this._onDidChange.fire();