79551110

Date: 2025-04-02 16:41:24
Score: 0.5
Natty:
Report link

Fixed it by adding --wait argument to the command in the .gitconfig file (or ./.git/config file for local change). Like:

[diff]
    tool = vscode
[difftool "vscode"]
    cmd = code --wait --diff $LOCAL $REMOTE

Then running the following command:

git difftool --no-prompt --tool=vscode ProgrammingRust/projs/actix-gcd/src/main.rs
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ziad Amerr