Dramatic Build
Make builds cinematic. Victory fanfare on success, dramatic fail sounds, games while you wait, and an animated "Compiling destiny..." status bar.
Works with VS Code Tasks, terminal commands (npm, yarn, cargo, go, make, gradle, and 30+ tools), on Windows, macOS, and Linux.
Features
- Build sounds — Victory fanfare on success, dramatic "fahhh" on failure. Plays automatically via system audio.
- Status bar — Animated "⚡ Compiling destiny..." indicator while builds run.
- Games during builds — Play Sudoku, Minesweeper, 2048, Tic-Tac-Toe (vs AI), Snake, or Memory Match in a side panel that auto-opens and auto-closes.
- Social break — Optionally open Instagram Reels, YouTube Shorts, Reddit, Twitter/X, TikTok, or LinkedIn in your browser instead, with a break timer in VS Code.
- Styled build results — A cinematic success/failure screen with animated countdown that auto-closes.
- Terminal support — Detects 30+ build tools in terminal output and triggers the full experience.
- One-time setup — Configure everything once on first install. No repeated prompts.
How to use
- Install — From the Marketplace, or via Extensions > ... > Install from VSIX.
- Setup — On first launch the setup panel opens. Pick your preferences and click Save & Close. Settings are saved permanently.
- Run a build — Use
Ctrl+Shift+B, Terminal > Run Task, or type commands like npm run build directly in the terminal.
- Change settings —
Ctrl+Shift+P > Dramatic Build: Open setup.
Settings
| Setting |
Description |
| Enable build sounds |
Toggle success/fail audio on or off |
| Volume |
0–100% |
| Show status bar |
Show/hide "Compiling destiny..." during builds |
| Mode |
Game or Social break |
| Game |
Sudoku, Minesweeper, 2048, Tic-Tac-Toe, Snake, or Memory |
| Social |
Instagram, YouTube Shorts, Reddit, Twitter/X, TikTok, or LinkedIn |
Supported commands (terminal)
npm, npx, yarn, pnpm, bun, node, deno, tsc, webpack, vite, esbuild, rollup, cargo, go, make, cmake, gradle, mvn, dotnet, python, pip, pytest, ruby, bundle, rake, gcc, g++, javac, docker, flutter, dart, swift, xcodebuild.
| Platform |
Sound method |
| Windows |
System.Windows.Media.MediaPlayer via PowerShell |
| macOS |
afplay |
| Linux |
mpv, ffplay, paplay, or aplay (first available) |
Editor support
Built for VS Code and compatible editors (Cursor, VS Code Insiders, VSCodium).
Build from source
npm install
npm run compile
npx vsce package
Produces a .vsix file — install via Extensions > ... > Install from VSIX.
License
MIT
| |