Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Sep 27, 2023
1 parent 707e061 commit f997118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vs/platform/userDataSync/common/userDataSyncService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ export class UserDataSyncService extends Disposable implements IUserDataSyncServ
await this.syncRemoteProfiles(syncProfiles, manifest, merge, executionId, token);
}
} finally {
if (this.status !== SyncStatus.HasConflicts) {
this.setStatus(SyncStatus.Idle);
}
this._onSyncErrors.fire(this._syncErrors);
}
}
Expand Down

0 comments on commit f997118

Please sign in to comment.