Skip to content

Commit

Permalink
Fix debug console is cleared on style changed
Browse files Browse the repository at this point in the history
  • Loading branch information
BABA983 committed Aug 16, 2024
1 parent 48bf32d commit 25ade0f
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 @@ -210,6 +210,7 @@ export class Repl extends FilterViewPane implements IHistoryNavigationWidget {
this.refreshReplElements(true);
if (this.styleChangedWhenInvisible) {
this.styleChangedWhenInvisible = false;
this.tree?.updateChildren(undefined, true, false);
this.onDidStyleChange();
}
}
Expand Down

0 comments on commit 25ade0f

Please sign in to comment.