FailOrPass
Play configurable sounds for terminal command success and failure in VS Code.
Features
- Detects pass/fail outcomes from terminal executions
- Plays separate audio cues for success and error
- Sidebar control panel in the Activity Bar
- Quick command palette setup and mode switching
- Custom keyword support and cooldown control
Quick Start
- Open Command Palette (
Cmd/Ctrl+Shift+P).
- Run
FailOrPass: Select Pass Cue.
- Run
FailOrPass: Select Fail Cue.
- Run
FailOrPass: Set Alert Mode.
You can also configure everything from the FailOrPass sidebar icon.
Commands
FailOrPass: Select Pass Cue
FailOrPass: Select Fail Cue
FailOrPass: Set Alert Mode
FailOrPass: Toggle Alerts
FailOrPass: Quick Switch Mode
FailOrPass: Import Cue Files
Core Settings
terminalSound.enable
terminalSound.successSound
terminalSound.errorSound
terminalSound.playSuccess
terminalSound.playError
terminalSound.cooldownMs
terminalSound.volume
Notes
- Supported formats:
mp3, wav, ogg
- Paths can be absolute, workspace-relative, or
~ home-relative
License
MIT
| |