proper fix for #138515

This commit is contained in:
Sandeep Somavarapu
2021-12-08 00:42:16 +01:00
parent c98dde4409
commit 2189e66f27
12 changed files with 330 additions and 204 deletions

View File

@@ -354,10 +354,6 @@ export class UserDataSyncWorkbenchService extends Disposable implements IUserDat
}
private async syncBeforeTurningOn(title: string, manualSyncTask: IManualSyncTask): Promise<void> {
/* Make sure sync started on clean local state */
await this.userDataSyncService.resetLocal();
try {
let action: FirstTimeSyncAction = 'manual';