Noob Detector is a lightweight VS Code extension from Arvindra Studios that plays a short sound when a syntax error (Error severity) is detected in the active editor.
Features
Plays a short sound once per new syntax error
Works with ESLint and VS Code diagnostics
Supports JavaScript, TypeScript, JSX, TSX
Simple lock/unlock commands to silence or allow edits
Usage
Lock current file: Ctrl+Shift+L (shows a notification: "Arvindra Studios — 🔒 File locked: ")
Unlock current file: Ctrl+Shift+U (shows a notification: "Arvindra Studios — 🔓 File unlocked: ")
Packaging
This project can be packaged into a .vsix using vsce:
npx -y vsce package
Make sure publisher is set in package.json (it is set to arvindra-studios).