Plays the famous "Chipi Chipi Chapa Chapa" sound whenever an error occurs in the VS Code terminal. Never miss an error during a long build process or server crash again!
- Automatic Sound Playback: Listens for error keywords in your terminal outputs and plays the Chipi Chipi sound immediately.
- Cross-Platform: Automatically streams the MP3 audio on Windows (via PowerShell), macOS (
afplay), and Linux (paplay/mplayer/mpg123). - Customizable Keywords: Want it to trigger on specific warnings or tracebacks? You can customize the exact keywords that trigger the sound!
- Cooldown System: Built-in cooldown ensures you aren't spammed with noise when a massive wall of errors gets printed.
This extension contributes the following settings:
chipiChipiSound.errorKeywords: An array of keywords that trigger the error sound. Default is["error", "exception", "failed", "traceback"].
Chipi Chipi: Test Sound: Plays a test sound so you can verify it's working properly on your system.
- May slightly conflict with pre-existing OS-level screen readers or auditory systems.
- Updated to play the Chipi Chipi Chapa Chapa sound!
- Added
pathconfiguration for audio.
- Initial release of Terminal Error Sound