This commit is contained in:
isidor
2020-01-22 15:53:14 +01:00
parent ce31ace9d9
commit 2f1419db46
2 changed files with 2 additions and 2 deletions
@@ -117,7 +117,7 @@
.codicon-logo-github:before { content: "\ea84" }
.codicon-mark-github:before { content: "\ea84" }
.codicon-github:before { content: "\ea84" }
.codicon-terminal:before { content: "\ea85" }
.codicon-repl:before { content: "\ea85" }
.codicon-console:before { content: "\ea85" }
.codicon-zap:before { content: "\ea86" }
.codicon-symbol-event:before { content: "\ea86" }
@@ -238,6 +238,6 @@ export class OpenDebugPanelAction extends TogglePanelAction {
@IPanelService panelService: IPanelService,
@IWorkbenchLayoutService layoutService: IWorkbenchLayoutService
) {
super(id, label, DEBUG_PANEL_ID, panelService, layoutService);
super(id, label, DEBUG_PANEL_ID, panelService, layoutService, 'codicon-repl');
}
}