Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Terminal FaaaNew to Visual Studio Code? Get it now.
Terminal Faaa

Terminal Faaa

naiksahil5

|
30 installs
| (0) | Free
Plays a sound when code errors are detected — compiler errors, linter failures, and task crashes trigger an audio alert.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Place your faaa.mp3 file in the media directory of the extension.
  2. Install/enable the extension.
  3. When the integrated terminal emits lines containing any keyword, the sound will play.
  4. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft