vivaxy / vscode-conventional-commits

💬Conventional Commits for VSCode.
https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits
MIT License
320 stars 35 forks source link

[BUG] Github, emoji not showing well #333

Closed tyki6 closed 9 months ago

tyki6 commented 9 months ago

Hello, Thanks for your amazing work, i got a bug, i think it's releated to github upgrade, but on github some emoji doesn't appear. Regards

Describe the bug

On github some emoji doesn't appear, it show :emoji:

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

image

kanematsugaku commented 9 months ago

Specifying "emoji" as the value for emojiFormat config might be a temporary solution.

conventionalCommits.emojiFormat Specify which format will be shown in the gitmoji. default: "code"

https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits

👇

settings.json

{
  ...
  "conventionalCommits.emojiFormat": "emoji"
}