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