VibeSecure VS Code Extension
This extension provides a minimal command to run the VibeSecure SSDLC pipeline in VS Code and display the resulting output in an Output panel.
Usage
- Open the command palette (Ctrl+Shift+P / Cmd+Shift+P).
- Run: VibeSecure: Run SSDLC Pipeline
- Enter a brief project summary.
- View results in the VibeSecure output channel.
Building / Packaging
cd vscode-extension
npm install
npm run compile
npm run package
This creates a .vsix that you can install in VS Code.
Publishing to the Marketplace
The repository includes a GitHub Actions workflow to publish automatically when a GitHub release is created.
What you need to do:
- Create a VS Code Marketplace publisher at https://marketplace.visualstudio.com/manage
- Create a personal access token (VSCE token) for the publisher.
- Add the token as a GitHub secret called
VSCE_TOKEN in this repo.
- Create a GitHub release (tag) — the workflow will run and publish the extension.
If you want me to help with creating the release/tag format or verifying the workflow, just say so.
| |