Visual Studio Code Commitizen Support
240
stars
1,024
commits
TypeScript
primary language
Nov 27, 2023
updated
This vscode extension adds commitizen support.
ctrl+shift+p or command+shift+p) and type 'conventional commit'.ESCto cancel the commit.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:
.cz-config.js in the root directorypackage.json to determine the path to the config file: "config": {
"cz-customizable": {
"config": "test.js"
}
}
Commitizen logo is a remixed version of the logo created by authors of commitizen cz-cli repository, under MIT license.
TypeScript
93.8%
JavaScript
6.2%
Visual Studio Code Commitizen Support
240
stars
1,024
commits
TypeScript
primary language
Nov 27, 2023
updated
This vscode extension adds commitizen support.
ctrl+shift+p or command+shift+p) and type 'conventional commit'.ESCto cancel the commit.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:
.cz-config.js in the root directorypackage.json to determine the path to the config file: "config": {
"cz-customizable": {
"config": "test.js"
}
}
Commitizen logo is a remixed version of the logo created by authors of commitizen cz-cli repository, under MIT license.
TypeScript
93.8%
JavaScript
6.2%