git: countBadge config

This commit is contained in:
Joao Moreno
2017-01-31 17:06:21 +01:00
parent adb32aa444
commit da1a21d1de
9 changed files with 47 additions and 10 deletions

View File

@@ -151,7 +151,7 @@ export class ExtHostSCM {
return [g.id, g.label, rawResources] as SCMRawResourceGroup;
});
this._proxy.$onChange(providerId, rawResourceGroups);
this._proxy.$onChange(providerId, rawResourceGroups, provider.count);
});
return new Disposable(() => {