vivaxy / vscode-conventional-commits

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

[FEAT] Add customization options for title of commit #325

Open mattpsvreis opened 10 months ago

mattpsvreis commented 10 months ago

Is your feature request related to a problem? Please describe

Not really.

Describe the solution you'd like

When we use the extension today we get something like:

refactor: 💄 Refactoring something

But I'd like to be able to do this:

[REFACTOR]: 💄 Refactoring something

What I basically mean is, there should be a config option where we can customize the pre-defined strings that the extension already embeds into the commit message, if that makes sense.

Describe alternatives you've considered

N/A

Additional context

N/A