Skip to content

Commit 3d0c49a

Browse files
authored
testing: use better icon for clear all results (microsoft#202608)
1 parent 3c4a743 commit 3d0c49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ export class ClearTestResultsAction extends Action2 {
913913
id: TestCommandId.ClearTestResultsAction,
914914
title: localize2('testing.clearResults', 'Clear All Results'),
915915
category,
916-
icon: Codicon.trash,
916+
icon: Codicon.clearAll,
917917
menu: [{
918918
id: MenuId.TestPeekTitle,
919919
}, {

0 commit comments

Comments
 (0)