SemanticDiff icon indicating copy to clipboard operation
SemanticDiff copied to clipboard

Doesn't work on windows arm64

Open notuntoward opened this issue 2 months ago • 1 comments

When I try to install this in vscode on my surface pro, I get the message below. This is the best diff implementation I know of so I'd love it if it worked on my laptop.

Image

notuntoward avatar Oct 15 '25 17:10 notuntoward

Our build pipeline does not yet support Windows ARM builds.

Some of the SemanticDiff components are written in C++ and we use clang to compile for all platforms (Linux/macOS/Windows). Unfortunately, we encountered some kind of compiler bug where exceptions didn't work properly on Windows ARM builds. Due to the small number of users of this architecture, we have postponed providing support for it.

mmueller2012 avatar Oct 16 '25 16:10 mmueller2012