Visual Studio Code Commitizen Support
This vscode extension adds commitizen support.
ctrl+shift+por
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.jsin the root directory
package.jsonto determine the path to the config file:
"config": { "cz-customizable": { "config": "test.js" } }