💥 scm state -> stateContextKey

This commit is contained in:
Joao Moreno
2017-03-27 11:54:17 +02:00
parent 75576e3cca
commit 3d0b9755d3
7 changed files with 10 additions and 10 deletions

View File

@@ -135,7 +135,7 @@ export class ExtHostSCM {
return [g.uri.toString(), g.contextKey, g.label, rawResources] as SCMRawResourceGroup;
});
this._proxy.$onChange(handle, rawResourceGroups, provider.count, provider.state);
this._proxy.$onChange(handle, rawResourceGroups, provider.count, provider.stateContextKey);
});
return new Disposable(() => {