Chaloo Sound
Play different sounds for different VS Code events!
Features
- On Save — plays "chaloo" sound when you save a file
- On Error — plays a sound when new errors appear in your code
- On Warning — plays a sound when warnings appear
- On Success — plays a sound when all errors are fixed
- On Terminal Error — plays a sound when a terminal command fails
- On Terminal Success — plays a sound when a terminal command succeeds
Custom Sounds
Use any audio file (mp3, wav, ogg, aac, m4a, flac) for any event:
- Open Command Palette (
Cmd+Shift+P)
- Run "Chaloo Sound: Select Sound for Event"
- Pick the event and browse to your audio file
Settings
| Setting |
Default |
Description |
chalooSound.enabled |
true |
Master toggle |
chalooSound.volume |
100 |
Volume (0-100) |
chalooSound.onSave.enabled |
true |
Sound on save |
chalooSound.onError.enabled |
true |
Sound on error |
chalooSound.onWarning.enabled |
true |
Sound on warning |
chalooSound.onSuccess.enabled |
true |
Sound on fix |
chalooSound.onTerminalError.enabled |
true |
Sound on terminal fail |
chalooSound.onTerminalSuccess.enabled |
false |
Sound on terminal success |
Commands
- Chaloo Sound: Toggle Sound On/Off
- Chaloo Sound: Select Sound for Event
- Chaloo Sound: Preview Sound
| |