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
69 stars 13 forks source link

update example gitmoji config #55

Open xylonx opened 2 years ago

xylonx commented 2 years ago

In Edit as form page, the type option can just autocomplete by emoji name(more specific, the label field in options). But seaching by description is a more often and comfortable way. Could I send a pr to change label field in the example gitmoji config by setting label field like such layout: ${emoji} ${description} ?

bendera commented 2 years ago

It would be great, thank you! There is a small script in the scripts folder which helps to generate the new config. Could you make the Chinese version too?

xylonx commented 2 years ago

Sure. I'll do it as soon as possible!