Last answered:

12 Nov 2022

Posted on:

30 Oct 2021

1

Git_Config_editor_Vs-code

How to use vs-code as the primary editor ?

1 answers ( 0 marked as helpful)
Posted on:

12 Nov 2022

1

Try writing:
git config --global core.editor "code --wait"

Submit an answer