Quantcast
Channel: How can I use Visual Studio Code as default editor for Git? - Stack Overflow
Viewing all articles
Browse latest Browse all 40

Answer by SJMan for How to use Visual Studio Code as default editor for git?

$
0
0

Im not sure you can do this, however you can try these additions in your gitconfig file.

Try to replace the kdiff3 from these values to point to visual studio code executable.

[merge] tool = kdiff3 [mergetool "kdiff3"] path = C:/Program Files/KDiff3/kdiff3.exe keepBackup = false trustExitCode = false


Viewing all articles
Browse latest Browse all 40

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>