mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
💄
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user