We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63e626 commit 4235c7fCopy full SHA for 4235c7f
1 file changed
test/automation/src/editor.ts
@@ -40,7 +40,7 @@ export class Editor {
40
41
async gotoDefinition(filename: string, term: string, line: number): Promise<void> {
42
await this.clickOnTerm(filename, term, line);
43
- await this.commands.runCommand('Go to Implementation');
+ await this.commands.runCommand('Go to Implementations');
44
}
45
46
async peekDefinition(filename: string, term: string, line: number): Promise<References> {
0 commit comments