We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d0534 commit ce6b272Copy full SHA for ce6b272
src/vs/workbench/contrib/debug/browser/repl.ts
@@ -215,6 +215,8 @@ export class Repl extends FilterViewPane implements IHistoryNavigationWidget {
215
const focusedSession = this.debugService.getViewModel().focusedSession;
216
if (this.tree && this.tree.getInput() !== focusedSession) {
217
this.onDidFocusSession(focusedSession);
218
+ } else {
219
+ this.selectSession();
220
}
221
222
this.setMode();
0 commit comments