提交 8afbf7ce 编写于 作者: S Sandeep Somavarapu

move define when expression command to the bottom

上级 8509ae3f
......@@ -626,9 +626,9 @@ export class KeybindingsEditor extends BaseEditor implements IKeybindingsEditor
this.createCopyCommandAction(<IKeybindingItemEntry>e.element),
new Separator(),
this.createDefineAction(<IKeybindingItemEntry>e.element),
this.createDefineWhenExpressionAction(<IKeybindingItemEntry>e.element),
this.createRemoveAction(<IKeybindingItemEntry>e.element),
this.createResetAction(<IKeybindingItemEntry>e.element),
this.createDefineWhenExpressionAction(<IKeybindingItemEntry>e.element),
new Separator(),
this.createShowConflictsAction(<IKeybindingItemEntry>e.element)]
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册