seatonjiang / gitmoji-vscode

Gitmoji tool for git commit messages in VSCode
https://marketplace.visualstudio.com/items?itemName=seatonjiang.gitmoji-vscode
MIT License
277 stars 29 forks source link

Issue with ⏪ #56

Open jpolo opened 1 year ago

jpolo commented 1 year ago

Hi, I created a commitlint configuration that checks every gitmoji against the "official" package in npm "gitmojis".

I always have an error with the ⏪ gitmoji using the extension (I always use ut8 character). It might be a character code problem...

As a general good practise, it might be interesting to use the official npm package for this extension keep synched with the official spec don't you think ?

Thanks in advance for your help.

seatonjiang commented 1 year ago

Hi @jpolo , please is it possible to describe in detail the problem that occurs (reproduction steps)? And the content of the error report?

jpolo commented 1 year ago

I wrote a unit test : https://github.com/w5s/project-config/blob/main/packages/conventional-changelog/src/gitmoji.spec.ts

If I copy paste the character into the unit test it does not pass.