Terminal Error SoundA simple Visual Studio Code extension that plays a sound whenever a terminal command finishes with an error. Features
How it worksThe extension monitors terminal commands in VS Code. When a command finishes successfully, nothing happens. When a command finishes with a non-zero exit code, the extension plays the configured error sound. Requirements
SoundThe extension uses:
Replace this file with another WAV sound if you want to use a different error sound. UsageInstall the extension and use the integrated VS Code terminal normally. Successful command:
Failed command:
LicenseMIT |