llm-commit-msg-vs-code

Installation

Guide for end users to build and install the extension locally.

Prerequisites

Steps

Clone the repo.

git clone https://github.com/MichaelCurrin/llm-commit-msg-vs-code
cd llm-commit-msg-vs-code

Install dependencies:

npm ci

Package the extension (creates a .vsix in the current directory):

npm run ext

Run for development (no install)