提交 19a13966 编写于 作者: I isidor

show debug actions bar also while initatising

fixes #47863
上级 416f24c4
...@@ -92,7 +92,7 @@ export class DebugActionsWidget extends Themable implements IWorkbenchContributi ...@@ -92,7 +92,7 @@ export class DebugActionsWidget extends Themable implements IWorkbenchContributi
this.updateScheduler = new RunOnceScheduler(() => { this.updateScheduler = new RunOnceScheduler(() => {
const state = this.debugService.state; const state = this.debugService.state;
if (state === State.Inactive || state === State.Initializing || this.configurationService.getValue<IDebugConfiguration>('debug').hideActionBar if (state === State.Inactive || this.configurationService.getValue<IDebugConfiguration>('debug').hideActionBar
|| this.configurationService.getValue<IDebugConfiguration>('debug').toolbar !== 'float') { || this.configurationService.getValue<IDebugConfiguration>('debug').toolbar !== 'float') {
return this.hide(); return this.hide();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册