Skip to content

Commit f997118

Browse files
authored
1 parent 707e061 commit f997118

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vs/platform/userDataSync/common/userDataSyncService.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ export class UserDataSyncService extends Disposable implements IUserDataSyncServ
219219
await this.syncRemoteProfiles(syncProfiles, manifest, merge, executionId, token);
220220
}
221221
} finally {
222+
if (this.status !== SyncStatus.HasConflicts) {
223+
this.setStatus(SyncStatus.Idle);
224+
}
222225
this._onSyncErrors.fire(this._syncErrors);
223226
}
224227
}

0 commit comments

Comments
 (0)