Skip to content

Commit

Permalink
debug: use better icon for debug console
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Apr 2, 2020
1 parent cdec9a9 commit 56df825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/debug/browser/debugViewlet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,6 @@ export class OpenDebugConsoleAction extends ToggleViewAction {
@IContextKeyService contextKeyService: IContextKeyService,
@IWorkbenchLayoutService layoutService: IWorkbenchLayoutService
) {
super(id, label, REPL_VIEW_ID, viewsService, viewDescriptorService, contextKeyService, layoutService, 'codicon-repl');
super(id, label, REPL_VIEW_ID, viewsService, viewDescriptorService, contextKeyService, layoutService, 'codicon-debug-console');
}
}

0 comments on commit 56df825

Please sign in to comment.