Last active
November 6, 2017 07:48
-
-
Save SeanSobey/16ce92460a03940a5bd97ad0e808d72b to your computer and use it in GitHub Desktop.
Set VSCode as git difftool.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[diff] | |
tool = vscode | |
[difftool "vscode"] | |
cmd = code --wait --diff $LOCAL $REMOTE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment