danielroedl / vsc-meld-diff

Visual studio code extension to open two files in the external tool meld.
https://marketplace.visualstudio.com/items?itemName=danielroedl.meld-diff
MIT License
12 stars 6 forks source link

Use meld-diff with Sync Settings? #9

Closed maphew closed 2 years ago

maphew commented 3 years ago

Is there a way this extension can be used when going through a Manual Merge with VS Code Settings Sync?

"Meld diff: compare visible documents" reports that both editor panels are the same. What is opened in external merge app for both sides is: c:\Users\matt\AppData\Roaming\Code\User\sync\settings\preview\settings.json .

If it makes a difference, I'm using WinMerge for my merge tool.

danielroedl commented 2 years ago

No this is not possible yet. A way to diff the two versions is to use the clipboard diff function.

maphew commented 2 years ago

thank you for the workaround