Search code examples
visual-studio-code

Multiline git commit message in VSCode


When commiting files using VSCode's Git integration, is there any way of writing a multiline commit message, or am I limited to a single line only?

As of now, VSCode is great at staging files. But it seems I'll still have to write most of my commit messages from the terminal.


Solution

  • With the 0.5.0 release we now support multi line commit messages. Just hit the Enter key to add new lines.

    enter image description here