So setzen Sie Code als Standard für Git Commit fest

git config --global core.editor "code --wait"
Relieved Reindeer