mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
wip: git init
This commit is contained in:
@@ -189,7 +189,7 @@ export class ExtHostSCM {
|
||||
return [g.id, g.label, rawResources] as SCMRawResourceGroup;
|
||||
});
|
||||
|
||||
this._proxy.$onChange(providerId, rawResourceGroups, provider.count);
|
||||
this._proxy.$onChange(providerId, rawResourceGroups, provider.count, provider.state);
|
||||
});
|
||||
|
||||
return new Disposable(() => {
|
||||
|
||||
Reference in New Issue
Block a user