mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-09 01:28:50 +01:00
Do not check for settings sync enablement while initializing in web
This commit is contained in:
@@ -76,11 +76,6 @@ export class UserDataInitializationService implements IUserDataInitializationSer
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.environmentService.options?.enableSyncByDefault && !this.environmentService.options?.settingsSyncOptions?.enabled) {
|
||||
this.logService.trace(`Skipping initializing user data as settings sync is not enabled`);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.storageService.isNew(StorageScope.GLOBAL)) {
|
||||
this.logService.trace(`Skipping initializing user data as application was opened before`);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user