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

Meld Diff Error: Error running diff command! StdErr #17

Closed AoiKagase closed 2 years ago

AoiKagase commented 2 years ago

It does not seem to work properly in Japanese environment.

image

image

danielroedl commented 2 years ago

First you have to use single backslashes in your path. And because you have spaces in your path you have to put into quotation marks.

Please try "C:\Program Files (x86)\Meld\meld.exe"

danielroedl commented 2 years ago

I published a bug fix for this. With the current version 1.3.3 it should also work if you have no quotes in the setting of the meld command. Please try this and let me know if it is working for you.

AoiKagase commented 2 years ago

Thanks, I confirmed that it works fine.