#VSCode Manual โ Circuit View and Diagnostics
Version: 0.33.0 Updated: 2026-03-15 Applies to: ranvier-vscode Category: Product Manuals
Use this page to prepare input files and run the extension workflow in a reproducible way.
#Input Contract
- Schematic file is required for circuit rendering.
- Diagnostics file is optional and overlays issue context.
#Setup
ranvier schematic hello-world --output schematic.json
code --install-extension cellaxon.ranvier-vscode#Required Files
| File | Required | Description |
|---|---|---|
<workspace-root>/schematic.json |
Yes | Circuit rendering input |
<workspace-root>/diagnostics.json |
No | Issue overlay data |
#Navigation Loop
- Refresh after artifact updates to avoid stale issue markers.
- Use next/previous issue commands for deterministic review.
#Workflows
- Open circuit view from command palette.
- Refresh diagnostics overlay after artifact updates.
- Move between node issues with next/previous commands.
#Related Documents
- Ranvier Manual โ Core runtime guide
- CLI Manual โ Commands and artifact flows