Terminal Faaa
Detect errors in the integrated VS Code terminal and play a faaa.mp3 sound.
Features
- Watches terminal output for configurable error keywords (
error, failed, exception, traceback by default).
- Plays a short sound once per command execution to avoid spam.
- Settings to enable/disable, adjust volume, and change keywords.
- Includes a command
Terminal Faaa: Test Sound to verify playback.
Usage
- Place your
faaa.mp3 file in the media directory of the extension.
- Install/enable the extension.
- When the integrated terminal emits lines containing any keyword, the sound will play.
- Use Ctrl+Shift+P (Command Palette) and run
Terminal Faaa: Test Sound to test.
Configuration
Available settings (prefix terminalFaaa.):
enable (boolean, default true) – Enable/disable the sound.
volume (number, 0–1, default 1) – Playback volume.
keywords (string[]) – Array of keywords to watch for.
Development
npm install
npm run compile
code --extensionDevelopmentPath=. .
Packaging
Run vsce package from the root to create the VSIX.
License
MIT © 2026
| |