wip: git init

This commit is contained in:
Joao Moreno
2017-02-15 17:46:58 +01:00
parent a7f80ccece
commit ac703e0d92
14 changed files with 168 additions and 78 deletions

View File

@@ -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(() => {