This extension helps you to add emoji on your commit messages. Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used.
-
Make VS Code your default editor for Git
Put this in your
.gitconfig
file :[core] editor = code -w
-
Install the extension
-
Commit something and start typing
gm
for emoji (see all prefixes here) -
Enjoy!
- Why using Visual Studio Code for commit messages?
- Why not! 🙃
Credits: Carlos Cuesta