Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>easy-commit-lintNew to Visual Studio Code? Get it now.
easy-commit-lint

easy-commit-lint

huangbaoshan

|
261 installs
| (1) | Free
A tiny tool for git-commit-msg, what you may need to use templates or valid commit-msg.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

easy-commit-lint README

Features

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.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft