-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offer "resolve conflicts" even when the PR is not checked out #5802
Labels
Milestone
Comments
64 tasks
alexr00
added a commit
that referenced
this issue
Mar 19, 2024
also use file sha instead of contents where possible (perf) Part of #5802
alexr00
added a commit
that referenced
this issue
Mar 19, 2024
also use file sha instead of contents where possible (perf) Part of #5802
alexr00
added a commit
that referenced
this issue
Mar 22, 2024
alexr00
added a commit
that referenced
this issue
Apr 5, 2024
* Allow conflicts to be resolved on a non-checked-out PR Fixes #5802 * Fix incorrect use of previous file name in conflict resolution * Fix more rename handling * loc fix
53 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We show "resolve conflicts" button on the PR description when the PR is checked out and there are conflicts, but there's no option do resolve conflicts when the PR is not checked out. This also applies to vscode.dev, where we don't have the git extension's
merge
API.The text was updated successfully, but these errors were encountered: