Skip to content

Commit 753fdf8

Browse files
authored
testing: fix inconsistent action name (microsoft#187098)
Fixes microsoft#186370
1 parent 26a45ba commit 753fdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/testing/browser/testingOutputPeek.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,7 @@ class TreeActionsProvider {
20022002
const extId = element.test.item.extId;
20032003
primary.push(new Action(
20042004
'testing.outputPeek.goToFile',
2005-
localize('testing.goToFile', "Go to File"),
2005+
localize('testing.goToFile', "Go to Source"),
20062006
ThemeIcon.asClassName(Codicon.goToFile),
20072007
undefined,
20082008
() => this.commandService.executeCommand('vscode.revealTest', extId),

0 commit comments

Comments
 (0)