We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a45ba commit 753fdf8Copy full SHA for 753fdf8
src/vs/workbench/contrib/testing/browser/testingOutputPeek.ts
@@ -2002,7 +2002,7 @@ class TreeActionsProvider {
2002
const extId = element.test.item.extId;
2003
primary.push(new Action(
2004
'testing.outputPeek.goToFile',
2005
- localize('testing.goToFile', "Go to File"),
+ localize('testing.goToFile', "Go to Source"),
2006
ThemeIcon.asClassName(Codicon.goToFile),
2007
undefined,
2008
() => this.commandService.executeCommand('vscode.revealTest', extId),
0 commit comments