提交 1a88afd1 编写于 作者: I isidor

debug repl: Make sure to select the session if debugging is already active

fixes #62473
上级 90d02d3b
......@@ -292,6 +292,12 @@ export class Repl extends Panel implements IPrivateReplService, IHistoryNavigati
accessibilityProvider: new ReplExpressionsAccessibilityProvider(),
controller
}, replTreeOptions);
// Make sure to select the session if debugging is already active
const focusedSession = this.debugService.getViewModel().focusedSession;
if (focusedSession) {
this.selectSession(focusedSession);
}
}
private createReplInput(container: HTMLElement): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册