Revert "focus debug console when it becomes visible " (#236607)

pull/236620/head
Megan Rogge 2024-12-19 10:55:15 -06:00 committed by GitHub
parent 613ad56601
commit 9945f3b953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ export class Repl extends FilterViewPane implements IHistoryNavigationWidget {
this.tree?.updateChildren(undefined, true, false);
this.onDidStyleChange();
}
this.focus();
}
}));
this._register(this.configurationService.onDidChangeConfiguration(e => {