Skip to content

Commit 1cba068

Browse files
committed
1 parent a0407fb commit 1cba068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/debug/browser/debugStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class DebugStatusContribution implements IWorkbenchContribution {
6565
}
6666

6767
return {
68-
text: '$(play) ' + text,
68+
text: '$(debug-alt-small) ' + text,
6969
ariaLabel: nls.localize('debugTarget', "Debug: {0}", text),
7070
tooltip: nls.localize('selectAndStartDebug', "Select and start debug configuration"),
7171
command: 'workbench.action.debug.selectandstart'

0 commit comments

Comments
 (0)