Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>purimemeNew to Visual Studio Code? Get it now.
purimeme

purimeme

tanuj

|
1 install
| (0) | Free
Play a custom MP3 when code errors or terminal errors happen in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

purimeme VS Code Extension

Plays your custom MP3 alert when:

  • editor errors are present for some time without typing/changes (any language using VS Code diagnostics), and
  • a terminal exits with a non-zero code.

Included sound

media/alert.mp3 (copied from your attached file).

Settings

  • purimeme.enabled (default: true)
  • purimeme.idleDelayMs (default: 2000)

Run locally

npm install
npm run compile

Then press F5 in this extension project to launch the Extension Development Host.

Test

  • Run command: Purimeme: Play Alert Sound
  • Add an obvious syntax/code error in a file (for example JS/TS/Python), stop typing for 2 seconds, and sound starts looping.
  • Fix all errors and sound stops automatically.
  • In terminal, run a failing command like exit 1 (or any command returning non-zero), then close terminal.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft