A tiny tool for git-commit-msg, what you may need to use templates or valid commit-msg.
Extension Settings
Include if your extension adds any VS Code settings through the contributes.configuration extension point.
For example:
This extension contributes the following settings:
easyCommitLint.commitType: switch type of commitType, the default option is 'angular'. you can choose 'angular' or 'case1' or 'custom'. If you choose 'custom', then you have to set the following config.
easyCommitLint.customCommitMsgTemplates: you need set an array like this:
[
{
"label": "✨feat",
"detail": "Select when creating new things",
"key": "feature"
}
]
1.0.0
Initial release of this tool.
1.0.1
Update case1.
1.0.2
Reduce vscode engine version to support more versions.