GitPulse VS Code Extension
This extension wraps the GitPulse CLI and surfaces a few core commands inside VS Code:
- Scan and preview pending semantic commit units
- Trigger a GitPulse pulse cycle, including push if configured
- Run a Markdown-focused pulse in line mode
Requirements
- A working GitPulse binary built from the project root or installed on PATH
- A workspace that contains a Git repository
Binary resolution
The extension looks for the GitPulse executable in this order:
- .gitpulse/bin/gitpulse or .gitpulse/bin/gitpulse.exe in the workspace
- dist/gitpulse.exe or dist/gitpulse in the workspace
- The current workspace root for gitpulse.exe or gitpulse
- A global PATH lookup using
where/which
Build and package
From this folder:
npm install
npm run compile
npx vsce package
This produces a VSIX package that can be installed in VS Code.
Commands
- GitPulse: Scan & Preview Changes
- GitPulse: Pulse (Commit & Push)
- GitPulse: Pulse Markdown Notes (Line Mode)
| |