Michael Müller
Michael Müller
Started working on [awesome-diff-tools](https://github.com/mmueller2012/awesome-diff-tools).
Thanks for the feature suggestion. I think a generic edit mode is probably out of scope for now. The VS Code API is tailored for some very specific use cases...
By style changes, I mean a situation like this:  Line 3 in the old code corresponds to line 3-7 in the new code. The only change that is...
Can you tell me a bit more about your use case? What kind of XML files do you use and which changes do you want SemanticDiff to hide? The issue...
Thanks for your suggestion. The SQL syntax differs quite a bit between dialects (PostgreSQL/MySQL/MSSQL/...). While the long term goal is most probably to support all of them, we need to...
@jccr We have just released SemanticDiff 0.9.0 with support for the Vue SFC format. See the the release [announcement](https://semanticdiff.com/blog/semanticdiff-0.9.0/) for more information. I will close this issue, but feel free...
Thanks for your bug report. **TLDR**: Unfortunately, we do not support cross-file moves yet, but we're planning to implement this in the future. We support viewing any public pull request...
The problem occurs when the VS Code server and the user interface are running on different hosts (including VMs or containers). This applies to all scenarios listed by @asford. SemanticDiff...
I just verified that changing the `extensionKind` to `"ui", "workspace"` fixes the problem. This will have performance implications for thin client like setups but it is probably still better than...
> I'm not OP, but had the same issue and it is indeed fixed. Thank you very much. That fact that it's possible to revert to old behaviour might make...