Setting vscode as default git editor

Editing is not diffing. You set the default editor with git config --global core.editor "code --wait" to VSCode if code is in your path. Otherwise replace “code” with the full path to the executable.

1 Like