You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Solved by adding this on settings.json. "git-graph.customEmojiShortcodeMappings": [{"shortcode": ":link:", "emoji": "🔗"}]
through I think it's good to have all emojis.
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.The text was updated successfully, but these errors were encountered: