set vscode as difftool

This commit is contained in:
TheFlyingFool 2025-03-18 17:56:51 -05:00
parent cffd865ae1
commit 77bec0e30d

View File

@ -1,3 +1,7 @@
[user]
name = TheFlyingFool
email = nick.kyky@gmail.com
[diff]
tool = vscode
[difftool "vscode"]
cmd = "code --wait --diff $LOCAL $REMOTE "