提交 a1538427 编写于 作者: J Johannes Rieken

adjust peek call hierarchy menu

上级 8c6c0232
......@@ -42,7 +42,7 @@ MenuRegistry.appendMenuItem(MenuId.EditorContext, <ISubmenuItem>{
submenu: MenuId.EditorContextPeek,
title: nls.localize('peek.submenu', "Peek"),
group: 'navigation',
order: 1000
order: 100
});
export interface SymbolNavigationActionConfig {
......
......@@ -162,7 +162,7 @@ registerEditorAction(class extends EditorAction {
alias: 'Peek Call Hierarchy',
contextMenuOpts: {
group: 'navigation',
order: 1.48
order: 1000
},
kbOpts: {
kbExpr: EditorContextKeys.editorTextFocus,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册