mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
remove deprecated api
This commit is contained in:
@@ -25,7 +25,7 @@ export class WebUserDataAutoSyncEnablementService extends UserDataAutoSyncEnable
|
||||
this.enabled = this.workbenchEnvironmentService.options?.settingsSyncOptions?.enabled;
|
||||
}
|
||||
if (this.enabled === undefined) {
|
||||
this.enabled = super.isEnabled(this.workbenchEnvironmentService.options?.enableSyncByDefault);
|
||||
this.enabled = super.isEnabled();
|
||||
}
|
||||
return this.enabled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user