Faah Notifier plays a selected sound whenever a terminal command fails in VS Code.
Features
Detects terminal command completion
Plays a custom sound when exit code is non-zero
Allows selecting between multiple built-in sounds
Available Sounds
fahhhhh.mp3
chicken-on-tree-screaming.mp3
makabhosda_aag.mp3
How It Works
The extension listens to terminal shell execution events using VS Code's shell integration API.
When a command exits with a non-zero exit code, the selected sound is played automatically.