Skip to content

Commit

Permalink
focus debug console when it becomes visible (#236502)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge authored Dec 18, 2024
1 parent d6d5ebe commit 91581ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/contrib/debug/browser/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export class Repl extends FilterViewPane implements IHistoryNavigationWidget {
this.tree?.updateChildren(undefined, true, false);
this.onDidStyleChange();
}
this.focus();
}
}));
this._register(this.configurationService.onDidChangeConfiguration(e => {
Expand Down

0 comments on commit 91581ca

Please sign in to comment.