mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Mark private service properties declarated in ctors as readonly
This commit is contained in:
@@ -541,7 +541,7 @@ export class ExtHostSCM implements ExtHostSCMShape {
|
||||
constructor(
|
||||
mainContext: IMainContext,
|
||||
private _commands: ExtHostCommands,
|
||||
@ILogService private logService: ILogService
|
||||
@ILogService private readonly logService: ILogService
|
||||
) {
|
||||
this._proxy = mainContext.getProxy(MainContext.MainThreadSCM);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user