Git_Config_editor_Vs-code
How to use vs-code as the primary editor ?
1 answers ( 0 marked as helpful)
Try writing:
git config --global core.editor "code --wait"
How to use vs-code as the primary editor ?
Try writing:
git config --global core.editor "code --wait"