Guide for end users to build and install the extension locally.
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
F5
to launch an Extension Development Host.