Stop suffering in silence. Let the world know when your code breaks with the legendary "Fahh" meme sound. This extension provides instant emotional feedback for your coding mistakes.
Features
Instant Regret: Plays the "Fahh" sound the moment a red squiggle (Diagnostic Error) appears in your editor.
Runtime Despair: Plays the emotional damage sound if your script crashes in the terminal (Non-zero exit code).
Zero Dependencies: Uses native Windows PowerShell commands to play audio—no external players required.
How it Works
The extension monitors two things:
Editor Diagnostics: Whenever VS Code detects a syntax error or type error while you type.
Terminal Execution: Whenever a process in the integrated terminal finishes with an error.
Requirements
Operating System: Windows (Uses PowerShell mciSendString for low-latency audio).
Audio Files: Ensure your fahh.mp3 and run_error.mp3 are located in the assets folder of the extension.
Extension Settings
This extension currently runs automatically. To "mute" it, simply disable the extension in the Extensions view (Ctrl+Shift+X).
Known Issues
Audio may have a 0.5s delay depending on system PowerShell responsiveness.