gitmoji-vscode
gitmoji-vscode copied to clipboard
Issue with ⏪
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.
Hi @jpolo , please is it possible to describe in detail the problem that occurs (reproduction steps)? And the content of the error report?
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.