Skip to content

Commit 199461e

Browse files
committed
1 parent 46fa864 commit 199461e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ registerEditorAction(class extends EditorAction {
119119
constructor() {
120120
super({
121121
id: 'editor.showCallHierarchy',
122-
label: localize('title', "Call Hierarchy"),
123-
alias: 'Call Hierarchy',
122+
label: localize('title', "Peek Call Hierarchy"),
123+
alias: 'Peek Call Hierarchy',
124124
menuOpts: {
125125
group: 'navigation',
126126
order: 1.48

0 commit comments

Comments
 (0)