-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use diff3 for showing diff #23926
Comments
Nope...
Using diff3 specifying the csharp language you get
|
I take this as a feature request for our diff algorithm. |
So, VSCode is not just getting the diff from git, but it's aoolying its own diff algorithm. So that's why if I change diff in GIT I don't get it in the git diff view in VS Code. Well... would be a good new feature :) Thx for reviewing the request. |
Yeah, it indeed looks like it might fix the issue. |
How can I set VSCode to use diff3 as merge/diff algorithm instead of normal diff?
If I show diff in VSCode I have
while if I do it from the command line after having configured diff3 as merge tool
git config --global merge.conflictstyle diff3
and having specified that I want*.cs -text diff=csharp
I get:Is it possible to have the same "semantic" diff behaviour also in VSCode?
The text was updated successfully, but these errors were encountered: