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

fix #62772

上级 9c511dcd
......@@ -60,8 +60,8 @@ export class ReferenceAction extends EditorAction {
constructor() {
super({
id: 'editor.action.referenceSearch.trigger',
label: nls.localize('references.action.label', "Find All References"),
alias: 'Find All References',
label: nls.localize('references.action.label', "Peek References"),
alias: 'Find All References', // leave the alias?
precondition: ContextKeyExpr.and(
EditorContextKeys.hasReferenceProvider,
PeekContext.notInPeekEditor,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册