rm provider check

This commit is contained in:
meganrogge
2023-10-13 14:52:29 -07:00
parent de504b2d72
commit 2abb82ec24
@@ -216,7 +216,7 @@ export class AccessibleView extends Disposable {
this._accessibleViewVerbosityEnabled.set(this._configurationService.getValue(this._currentProvider.verbositySettingKey));
this._updateToolbar(this._currentProvider.actions, this._currentProvider.options.type);
}
if (e.affectsConfiguration(TerminalSettingId.HideAccessibleView) && this._currentProvider?.id === AccessibleViewProviderId.Terminal) {
if (e.affectsConfiguration(TerminalSettingId.HideAccessibleView)) {
this._container.classList.toggle('hide', this._configurationService.getValue(TerminalSettingId.HideAccessibleView));
}
}));