Fahhh Error Sounds
This VS Code extension plays a sound clip whenever a code error appears while you are typing!
Features
- Listens to diagnostics in your editor.
- Plays "Fahhh - QuickSounds.com.mp3" when the number of new errors increases.
- Commands to Enable/Disable the extension.
- Uses native OS commands (
afplay on Mac, powershell on Windows, paplay/aplay on Linux) to play audio without extra external dependencies.
Publishing & Installing
Since Node.js or npm was not found on your system during creation, you'll need to install Node to package and install/publish this extension.
- Install Node.js from https://nodejs.org/ if you haven't already.
- Open a terminal and navigate to this extension folder:
cd "/Users/sajidhasan/Documents/DL-Sprint-4.o/error-sound-ext"
- Install dependencies:
npm install
- Install
vsce (the official VS Code extension manager) globally:
npm install -g @vscode/vsce
- Package the extension into a
.vsix file:
vsce package
- Install it locally from the
.vsix file (in VS Code: Extensions -> "..." menu -> "Install from VSIX") or publish it using vsce publish.
Commands
Fahhh Error Sounds: Enable - Enables the sound playback
Fahhh Error Sounds: Disable - Disables the sound playback
| |