mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
proper fix for #138515
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user