Set git’s default text editor to vs code (git)
Type the following command into the terminal:
git config --global core.editor "code --wait"
See: Stack Overflow Post
Type the following command into the terminal:
git config --global core.editor "code --wait"
See: Stack Overflow Post