mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 10:53:53 +01:00
fixes #89041
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user