Setup VS Code
Install and validate AlphaBase VS Code extension.
Requirements
- VS Code
1.85+ - network access during the first managed-runtime installation
Build From Source
From the repository root:
bun installbun --cwd packages/extensions/vscode-v2 run packageThe package command writes a VSIX into packages/extensions/vscode-v2.
Install VSIX
code --install-extension /absolute/path/to/alphabase-v2-<version>.vsix --forceExtension ID: alphabase.alphabase-v2
The extension downloads a compatible, checksum-verified AlphaBase runtime on
first start and caches it for offline reuse. Stable extensions use the stable
runtime channel; prerelease extensions use the isolated prerelease channel.
Installation is atomic, and a failed update rolls back to the last verified
compatible runtime. alphabaseV2.binaryPath remains an advanced override for
local development and troubleshooting.
Open Chat
- activity bar AlphaBase icon
- command:
Open AlphaBase - shortcut:
Cmd+L/Ctrl+L
Key Commands
alphabaseV2.newSessionalphabaseV2.restartalphabaseV2.cancelGenerationalphabaseV2.switchModelalphabaseV2.switchModealphabaseV2.exportConversationalphabaseV2.healthCheckalphabaseV2.openSetupWizard
See IDE for the full command/settings reference.
Runtime Validation
Run one simple write task and verify:
- streaming activity appears in timeline
- write artifact is attached to the turn
- final completion response is shown
If this sequence breaks, open Runtime Diagnostics.