Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Gitmoji Commit StampNew to Visual Studio Code? Get it now.
Gitmoji Commit Stamp

Gitmoji Commit Stamp

HiroshiFuu

|
1 install
| (0) | Free
Pick a gitmoji commit type in Source Control and stamp a prefix with emoji and branch ticket number onto the commit message
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Gitmoji Commit Stamp

Adds a 🏷 icon to the Source Control title bar. Clicking it shows a list of gitmoji commit types; picking one stamps a <ticket> <type><emoji>: prefix onto the commit message.

Features

  • Customizable commit type list (emoji + type + description); default emojis and descriptions come from gitmoji, with types based on Conventional Commits (feat, fix, docs, refactor, test, chore, ...) plus expressive extras where the emoji has a sharper meaning (hotfix, init, deploy, release, deps, security, i18n, ...)
  • Writes a <type><emoji>: prefix into the commit message box
  • If the current branch matches <type>/<ticketPrefix>-<digits> (e.g. feat/RADAR-1234 with the default RADAR prefix), automatically prepends RADAR-1234
  • If the message box already has a RADAR-xxxx , <type><emoji>:, <type>: (e.g. fix:), or <emoji>: prefix, it is replaced with the newly selected type instead of stacking up

Example: on branch fix/RADAR-5678 with feat: login page styles in the box, selecting 🐛 fix produces:

RADAR-5678 fix🐛: login page styles

Settings

  • gitmojiCommitStamp.customType: commit type list; each item has emoji, type (written into the prefix), and description
  • gitmojiCommitStamp.ticketPrefix: ticket number prefix used in branch matching. Default: RADAR
  • gitmojiCommitStamp.ticketPattern: regex to extract the ticket number from the branch name; the first capture group becomes the prefix, and ${prefix} is replaced with the value of ticketPrefix. Default: ^[^/]+/(${prefix}-\d+)

Credits

Default commit types are based on gitmoji by Carlos Cuesta, licensed under MIT.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft