vivaxy / vscode-conventional-commits

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

[FEAT] Emoji location option #254

Closed javinyx closed 2 years ago

javinyx commented 2 years ago

Is your feature request related to a problem? Please describe

Emoji location is after commit type by default right now.

Describe the solution you'd like

Being able to add emoji before the whole commit message.

Additional context

Right now, it's like this by default: feat: ✨ new feature

Having this option could make it like this: ✨ feat: new feature

Thanks for reading!

yi-Xu-0100 commented 2 years ago

👋 @Javinyx, thanks for your question, The issue has been discussed.

Related:

javinyx commented 2 years ago

@yi-Xu-0100 Thank you!