mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
git: countBadge config
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user