vscode-partial-diff
vscode-partial-diff copied to clipboard
Is there a way to apply the difference from one file to the other?
Being able to compare a file against the clipboard is a life saver. However, I can't figure out if there's a command to apply the selected difference from one side to the other. Like the conflict resolution in git.
Hi @tschofen sounds good, though I'm not sure if the diff view allows us to apply changes from one side to another with just a mouse-click
In GitLens you can merge with arrow buttons, next to the line index. That is really convenient. It would be a great feature, if this extension would allow it too.