提交 5315ff62 编写于 作者: S Sandeep Somavarapu

💄

上级 35fefc46
......@@ -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';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册