Code health: update every call of initializing TermControl with settings #9292
Labels
Area-CodeHealth
Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
In #8602, we started passing a child of the
TerminalSettings
to the control upon tab initialization, we need to make sure that we are doing this for every call of initializing a new TermControl (we initially forgot to do this for controls initialized during pane split, which led to #9280).EDIT: Ideally, we do this by having a helper that handles the creation of new TermControls, see DHowett's comment below.
The text was updated successfully, but these errors were encountered: