svn-scm icon indicating copy to clipboard operation
svn-scm copied to clipboard

Use 3-way merge editor to view and edit SVN merge conflicts

Open FractalBoy opened this issue 1 year ago • 3 comments
trafficstars

This pull request implements a command for opening merge conflicts in VSCode's 3-way merge editor.

Currently, this editor is only used by the git extension and the command is technically private (_open.mergeEditor). However, it works and does the same thing that code -m does on the command line.

If you have a merge conflict and you click it in the list of changes, it will now open this merge editor instead of just opening the file.

FractalBoy avatar Jun 06 '24 16:06 FractalBoy

It looks like there was a bunch of outdated stuff causing test failures. I went ahead and resolved all of those issues so that the required checks can pass.

FractalBoy avatar Jun 06 '24 18:06 FractalBoy

@JohnstonCode any chance you can review this PR?

FractalBoy avatar Jun 20 '24 12:06 FractalBoy

This project seems to no longer be maintained

ParticleG avatar Mar 24 '25 04:03 ParticleG