Skip to content

Commit 56df825

Browse files
committed
debug: use better icon for debug console
1 parent cdec9a9 commit 56df825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,6 @@ export class OpenDebugConsoleAction extends ToggleViewAction {
242242
@IContextKeyService contextKeyService: IContextKeyService,
243243
@IWorkbenchLayoutService layoutService: IWorkbenchLayoutService
244244
) {
245-
super(id, label, REPL_VIEW_ID, viewsService, viewDescriptorService, contextKeyService, layoutService, 'codicon-repl');
245+
super(id, label, REPL_VIEW_ID, viewsService, viewDescriptorService, contextKeyService, layoutService, 'codicon-debug-console');
246246
}
247247
}

0 commit comments

Comments
 (0)