Releases: ChrisonSimtian/Fallout
Releases · ChrisonSimtian/Fallout
Fallout Build View 0.0.1-alpha.1 (PoC)
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.jsonexport (FALLOUT001): targets with default/unlisted styling, dependency relations as expandable children - Inline run button per target (opens a
Falloutterminal) - Right-click → Go to Definition jumps to the
Targetproperty in the C# source (workspace symbols + regex fallback,declaredIndisambiguation) - 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
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).