Request access
DocsSDK & ExamplesAPI Reference
Getting Started / Optional surface

VS Code extension

The editor extension is implemented and packageable; public Marketplace availability must be verified separately.

The extension source lives at apps/vscode-extension. It supports workspace scanning/findings workflows and stores its RaksHex credential through VS Code SecretStorage.

Private-beta installation

Build/package a VSIX from the exact release commit, then install that artifact in VS Code. Do not assume a Marketplace listing exists until the external listing has actually been published and checked.

pnpm install --frozen-lockfile
pnpm --filter rakshex-vscode typecheck
pnpm --filter rakshex-vscode test
pnpm --filter rakshex-vscode build
cd apps/vscode-extension
pnpm dlx @vscode/vsce package --out rakshex-vscode-local.vsix

Connect

Point the extension at the intended beta/staging API and use a RaksHex workspace API key created by the product. Provider API secrets do not belong in extension settings.

See apps/vscode-extension/PUBLISHING.md for the verified publishing workflow.