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.
| |