KnisterPeter/vscode-commitizen

Visual Studio Code Commitizen Support

240

stars

1,024

commits

TypeScript

primary language

Nov 27, 2023

updated

marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-commitizen
commitizen
typescript
vscode

README

vscode-commitizen README

build Marketplace Version Installs renovate badge

This vscode extension adds commitizen support.

Usage

  • Open the command panel (ctrl+shift+p or command+shift+p) and type 'conventional commit'.
  • Select the command and answer the questions afterwards (type, scope, subject, body, breaking changes, closed issues).
  • After the closed issues the commit is done automatically.
  • Note: During answering the questions just hit ESCto cancel the commit.

Configuration

To configure this extension follow cz-customizable and create the required config file. This also read by this extension if configured.

To determine what config to use, the extention will look for a config file in the following places:

  1. a .cz-config.js in the root directory
  2. in package.json to determine the path to the config file:
  "config": {
    "cz-customizable": {
      "config": "test.js"
    }
  }
  1. use the default config

Attributions

Commitizen logo is a remixed version of the logo created by authors of commitizen cz-cli repository, under MIT license.

Contributors

renovate-bot

521 commits

renovate[bot]

290 commits

KnisterPeter

155 commits

KnisterPeter/vscode-commitizen

Visual Studio Code Commitizen Support

240

stars

1,024

commits

TypeScript

primary language

Nov 27, 2023

updated

marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-commitizen
commitizen
typescript
vscode

README

vscode-commitizen README

build Marketplace Version Installs renovate badge

This vscode extension adds commitizen support.

Usage

  • Open the command panel (ctrl+shift+p or command+shift+p) and type 'conventional commit'.
  • Select the command and answer the questions afterwards (type, scope, subject, body, breaking changes, closed issues).
  • After the closed issues the commit is done automatically.
  • Note: During answering the questions just hit ESCto cancel the commit.

Configuration

To configure this extension follow cz-customizable and create the required config file. This also read by this extension if configured.

To determine what config to use, the extention will look for a config file in the following places:

  1. a .cz-config.js in the root directory
  2. in package.json to determine the path to the config file:
  "config": {
    "cz-customizable": {
      "config": "test.js"
    }
  }
  1. use the default config

Attributions

Commitizen logo is a remixed version of the logo created by authors of commitizen cz-cli repository, under MIT license.

Contributors

renovate-bot

521 commits

renovate[bot]

290 commits

KnisterPeter

155 commits

Languages

TypeScript

93.8%

JavaScript

6.2%