提交 56b735ad 编写于 作者: M Matt Bierner

Revert "Rename Go to Implementation to Find All Implementations Fixes #23925"

This reverts commit 03955ce4.
上级 03955ce4
......@@ -444,7 +444,7 @@ export interface DefinitionProvider {
/**
* The implementation provider interface defines the contract between extensions and
* the find all implementations feature.
* the go to implementation feature.
*/
export interface ImplementationProvider {
/**
......
......@@ -264,8 +264,8 @@ export class GoToImplementationAction extends ImplementationAction {
constructor() {
super(new DefinitionActionConfig(), {
id: GoToImplementationAction.ID,
label: nls.localize('actions.goToImplementation.label', "Find All Implementations"),
alias: 'Find All Implementations',
label: nls.localize('actions.goToImplementation.label', "Go to Implementation"),
alias: 'Go to Implementation',
precondition: ContextKeyExpr.and(
ModeContextKeys.hasImplementationProvider,
ModeContextKeys.isInEmbeddedEditor.toNegated()),
......@@ -275,7 +275,7 @@ export class GoToImplementationAction extends ImplementationAction {
},
menuOpts: {
group: 'navigation',
order: 1.4
order: 1.3
}
});
}
......@@ -337,7 +337,7 @@ export class GoToTypeDefintionAction extends TypeDefinitionAction {
},
menuOpts: {
group: 'navigation',
order: 1.3
order: 1.4
}
});
}
......
......@@ -4687,7 +4687,7 @@ declare module monaco.languages {
/**
* The implementation provider interface defines the contract between extensions and
* the find all implementations feature.
* the go to implementation feature.
*/
export interface ImplementationProvider {
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册