ar53n / vscode-commitizen

Visual Studio Code Commitizen Support

Home Page:https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-commitizen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-commitizen README

Build Status Marketplace Version Installs Greenkeeper 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.

About

Visual Studio Code Commitizen Support

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

License:MIT License


Languages

Language:TypeScript 91.6%Language:JavaScript 8.4%