Skip to content

Commit

Permalink
adjust peek call hierarchy menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Nov 22, 2019
1 parent 8c6c023 commit a153842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vs/editor/contrib/gotoSymbol/goToCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ registerEditorAction(class extends EditorAction {
alias: 'Peek Call Hierarchy',
contextMenuOpts: {
group: 'navigation',
order: 1.48
order: 1000
},
kbOpts: {
kbExpr: EditorContextKeys.editorTextFocus,
Expand Down

0 comments on commit a153842

Please sign in to comment.