vivaxy / vscode-conventional-commits

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

[FEAT] Limit presented items #319

Open bashfulrobot opened 1 year ago

bashfulrobot commented 1 year ago

Is your feature request related to a problem? Please describe

I only use a subset of the items presented for certain projects. Is there a way to limit the items presented on the menu?

Describe the solution you'd like

It would be great if we could specify the options to either include or exclude via the settings.json like you do for scopes.

Describe alternatives you've considered

Use as-is and filter through the list.

Thank you!