提交 3cb1da6f 编写于 作者: S Sandeep Somavarapu

💄

上级 9cf35b4e
...@@ -726,7 +726,7 @@ export class KeybindingsEditor extends BaseEditor implements IKeybindingsEditor ...@@ -726,7 +726,7 @@ export class KeybindingsEditor extends BaseEditor implements IKeybindingsEditor
private createCopyCommandAction(keybinding: IKeybindingItemEntry): IAction { private createCopyCommandAction(keybinding: IKeybindingItemEntry): IAction {
return <IAction>{ return <IAction>{
label: localize('copyCommandLabel', "Copy Command"), label: localize('copyCommandLabel', "Copy Command ID"),
enabled: true, enabled: true,
id: KEYBINDINGS_EDITOR_COMMAND_COPY_COMMAND, id: KEYBINDINGS_EDITOR_COMMAND_COPY_COMMAND,
run: () => this.copyKeybindingCommand(keybinding) run: () => this.copyKeybindingCommand(keybinding)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册