mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.97k stars 260 forks source link

gitmoji support #104

Closed verbumfeit closed 5 years ago

verbumfeit commented 5 years ago

Describe the feature that you'd like Resolve gitmoji strings in commit messages and show the images instead. It really helps to categorize commits at a glance.

Additional context (optional) https://github.com/carloscuesta/gitmoji/

mhutchie commented 5 years ago

Thanks for this suggestion, this would be great to have!

I was also wanting to add detection of urls in commit messages & the details view body, and make them clickable links. (I just haven't got around to it due to higher priority feature requests).

mhutchie commented 5 years ago

This will be available in v1.9.0, which will be released in the next day.

I decided to extend this feature request to support automatic replacement of common Emoji Shortcodes used in Git commits (including all of gitmoji, and also a variety of alternatives). I also implemented a new setting git-graph.customEmojiShortcodeMappings that allows new Emoji Shortcodes to be mapped, or override existing mappings.

LeoRpc commented 1 year ago

Hi everyone,

Thank you @mhutchie for your extension, I love it!

Apparently some emoji (🧹, 🎁 at least) are still missing on v1.30.0?

image