This commit is contained in:
Sandeep Somavarapu
2020-08-05 22:08:27 +02:00
parent 35fefc46ae
commit 5315ff624b

View File

@@ -304,7 +304,7 @@ export class UserDataSyncWorkbenchService extends Disposable implements IUserDat
});
if (manualSyncTask.status === SyncStatus.HasConflicts) {
await this.dialogService.show(Severity.Warning, localize('conflicts detected', "Conflicts Detected"), [], {
detail: localize('resolve', "Unable to merge due to conflicts. Please resolve them to continue.")
detail: localize('resolve', "Unable to merge due to conflicts. Please merge manually to continue...")
});
await manualSyncTask.discardConflicts();
action = 'manual';