Make mandatory browser services readonly

This commit is contained in:
Daniel Imms
2026-01-10 04:20:29 -08:00
parent ec78500f86
commit 686c67a14b
+3 -3
View File
@@ -80,9 +80,9 @@ export class CoreBrowserTerminal extends CoreTerminal implements ITerminal {
private _customWheelEventHandler: CustomWheelEventHandler | undefined;
// Browser services
private _decorationService: DecorationService;
private _keyboardService: IKeyboardService;
private _linkProviderService: ILinkProviderService;
private readonly _decorationService: DecorationService;
private readonly _keyboardService: IKeyboardService;
private readonly _linkProviderService: ILinkProviderService;
// Optional browser services
private _charSizeService: ICharSizeService | undefined;