As an Atom user, I am used that when committing staged changes a new buffer is opened where I can edit the commit message. In particular, the advantages are:
What is the vscode equivalent? So far I found two options:
Command Palette -> Git: commit (staged)You could always specify VSCode as the editor to use when running git commit from the command line.
VSCode even has the --wait option : it waits until you close the opened buffer (not until you quit VSCode) :
GIT_EDITOR='code --wait' git commit
The main downside is that I don't know how to target a specific instance of VSCode to use if I have several open.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With