bendera / vscode-commit-message-editor

Edit commit messages in a convenient way.
https://marketplace.visualstudio.com/items?itemName=adam-bender.commit-message-editor
MIT License
70 stars 13 forks source link

[feat request] allow for multiple changes #80

Closed harelhel closed 1 year ago

harelhel commented 1 year ago

when using form, only one change can be added at a time is it possible to allow multiple changes?

bendera commented 1 year ago

Yes, it is. There is a "multiple" option for the enum-type tokens: https://github.com/bendera/vscode-commit-message-editor#customizing-the-commit-message-form Don't forget to specify the separator character(s) with the "separator" option.