Rene Error Sound Alert 🔊
A VS Code extension that plays Rene's sound alert (mama-rene-baterbonia.mp3) whenever a code error appears in your files!
✨ Features
- 🚨 Instant Real-Time Detection: Automatically listens to VS Code diagnostic errors in real time.
- 🎵 Custom Sound Included: Bundles
sound/mama-rene-baterbonia.mp3 as the default error sound.
- ⏱️ Smart Debounce / Cooldown: Prevents audio overlapping or sound spam while rapidly typing code (configurable cooldown).
- 🔄 Status Bar Quick Toggle: Click the status bar icon (
$(bell) Rene Sound: ON/OFF) anytime to toggle sound on or off.
- 🧪 Test Command: Test playback anytime via the command palette.
- ⚙️ Customizable: Set custom sound paths, cooldown durations, and whether to trigger only on the active editor.
🚀 Commands
Open the Command Palette (Cmd+Shift+P on Mac / Ctrl+Shift+P on Windows/Linux) and search for:
Rene Error Sound: Toggle On/Off — Toggles error audio alerts.
Rene Error Sound: Test Play Sound — Plays the error sound immediately for testing.
⚙️ Extension Settings
| Setting |
Default |
Description |
errorSound.enabled |
true |
Enable or disable playing sound on error. |
errorSound.cooldownMs |
1500 |
Minimum cooldown in milliseconds between sound triggers to prevent spam. |
errorSound.playOnlyOnActiveFile |
true |
Only play error sounds if the error occurs in the currently active text editor. |
errorSound.customSoundPath |
"" |
Absolute path to a custom audio file (MP3/WAV). If empty, uses the default sound. |
📦 How to Install the Extension (.vsix)
- Open VS Code.
- Open the Extensions sidebar (
Cmd+Shift+X or Ctrl+Shift+X).
- Click the
... menu (Views and More Actions) in the top-right of the Extensions panel.
- Select Install from VSIX...
- Select the
rene-error-sound-1.0.0.vsix package generated in this folder.
| |