Skip to content

Releases: ChrisonSimtian/Fallout

Fallout Build View 0.0.1-alpha.1 (PoC)

12 Jun 06:31

Choose a tag to compare

Pre-release

First alpha of the Fallout Build View VS Code extension PoC — built and packaged by Fallout itself (./build.ps1 PackVsCodeExtension). 🚀

What it does

  • Fallout Targets tree view in the Explorer sidebar, fed by the experimental build-graph.json export (FALLOUT001): targets with default/unlisted styling, dependency relations as expandable children
  • Inline run button per target (opens a Fallout terminal)
  • Right-click → Go to Definition jumps to the Target property in the C# source (workspace symbols + regex fallback, declaredIn disambiguation)
  • Build graph webview: full Mermaid graph themed for VS Code, click a node to run it
  • Auto-refresh whenever a build run rewrites build-graph.json

Install

code --install-extension fallout-buildview-0.0.1.vsix

⚠️ Requires a Fallout build from the feature/vscode-extension-poc branch (or newer) — the stable/published Fallout does not yet emit build-graph.json. Run the build once (e.g. ./build.ps1 --help) to generate it.

Alpha-quality PoC; manifest version stays 0.0.1 (VSIX versions don''t carry prerelease tags — the alpha marker lives in this tag/release).