We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdec9a9 commit 56df825Copy full SHA for 56df825
1 file changed
src/vs/workbench/contrib/debug/browser/debugViewlet.ts
@@ -242,6 +242,6 @@ export class OpenDebugConsoleAction extends ToggleViewAction {
242
@IContextKeyService contextKeyService: IContextKeyService,
243
@IWorkbenchLayoutService layoutService: IWorkbenchLayoutService
244
) {
245
- 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');
246
}
247
0 commit comments