DEV Community

Discussion on: My commit message workflow

Collapse
 
adrianskar profile image
Adrian Skar • Edited

Great! In case someone else needs it;
For the cursor on the first line thing on VS Code
[core]
editor = \"C:\\[yourPath]\\Code.exe\" -g $1:1 --wait

in .gitconfig seems to do the trick.

-VSCode's CLI opts