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.9k stars 244 forks source link

the emoji `:link:` is not displaying #738

Closed xnousnow closed 1 year ago

xnousnow commented 1 year ago

Describe the improvement that you'd like I'm using gitmoji on my commits. I used the :link: emoji shorthand and It displayed just :link: rather than the 🔗 emoji. I think it doesn't support some group/s of emojis.

xnousnow commented 1 year ago

The issue is similar to #316

xnousnow commented 1 year ago

Solved by adding this on settings.json. "git-graph.customEmojiShortcodeMappings": [{"shortcode": ":link:", "emoji": "🔗"}] through I think it's good to have all emojis.