Making VSCode your Git editor and diff tool
[user]
email = [email protected]
name = YourName
signingKey = ""
[core]
longpaths = true
autocrlf = true
safecrlf = warn
editor = code --wait
[gpg]
program = gpg
[commit]
gpgSign = false
[tag]
forceSignAnnotated = false
Making VS Code your Diff Tool
Last updated