Skip to content

Commit 980c60b

Browse files
Use go-to-file codicon for test output inline action (fix microsoft#186369) (microsoft#188472)
1 parent 34db0b6 commit 980c60b

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
@@ -2174,7 +2174,7 @@ export class OpenMessageInEditorAction extends Action2 {
21742174
id: OpenMessageInEditorAction.ID,
21752175
f1: false,
21762176
title: { value: localize('testing.openMessageInEditor', "Open in Editor"), original: 'Open in Editor' },
2177-
icon: Codicon.linkExternal,
2177+
icon: Codicon.goToFile,
21782178
category: Categories.Test,
21792179
menu: [{ id: MenuId.TestPeekTitle }],
21802180
});

0 commit comments

Comments
 (0)