Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Emoji codes don't work with anything besides GitHub #19

Closed
ggondim opened this issue Jul 6, 2020 · 1 comment
Closed

[BUG] Emoji codes don't work with anything besides GitHub #19

ggondim opened this issue Jul 6, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ggondim
Copy link

ggondim commented Jul 6, 2020

The extension supports git emojis but adds them as emoji codes, not as Unicode characters. This only works in GitHub and GitLab, other Git providers like Azure DevOps does not support them.

image

Also, even the most basic usage of commit descriptions (git log in terminal) does not support emoji codes:

image

The only workaround for it is to mannualy edit the commit message and replace it by corresponding emoji as Unicode.

Highlights:

The only advanced workaround I think for it is to create a commit-msg hook and convert the codes to characters using rumoji.

@ggondim ggondim added the help wanted Extra attention is needed label Jul 6, 2020
@vivaxy
Copy link
Owner

vivaxy commented Jul 6, 2020

Thanks for your suggestion.

I'll try to add a emojiFormat option to provide a way to config.

If you'd like to see emoji both on GitHub and git log in terminal, you should try to make GitHub and git to work on a same standard regarding on how to display the emoji.

@vivaxy vivaxy added the enhancement New feature or request label Jul 6, 2020
@vivaxy vivaxy closed this as completed in bf54e57 Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants