mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Do not patch in "context" when invoking command through keybinding service
This commit is contained in:
@@ -145,7 +145,7 @@ export class MainThreadCommands {
|
||||
return this._proxy.$executeContributedCommand(id, ...args);
|
||||
},
|
||||
weight: undefined,
|
||||
context: undefined,
|
||||
when: undefined,
|
||||
win: undefined,
|
||||
mac: undefined,
|
||||
linux: undefined,
|
||||
@@ -190,7 +190,7 @@ KeybindingsRegistry.registerCommandDesc({
|
||||
console.log(all.join('\n'));
|
||||
});
|
||||
},
|
||||
context: undefined,
|
||||
when: undefined,
|
||||
weight: KeybindingsRegistry.WEIGHT.builtinExtension(0),
|
||||
primary: undefined
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user