AI Whiplash
Visual Studio Code extension that plays an epic whip sound every time you send a message to GitHub Copilot chat.
Features
- 🎵 Plays a whip sound when pressing Enter in the chat
- ⚡ Works automatically without configuration
- 🔊 Compatible with Windows, macOS and Linux
- 🎮 Guaranteed fun while coding
Manual Installation
- Download latest version here.
- Install the extension from command line with
code --install-extension whip-chat.vsix command.
Usage
Tested with node v22.18.0.
- Install the extension
- Open GitHub Copilot chat (Ctrl+Alt+I)
- Type your message
- Press Enter
- Enjoy the improvement!
Custom Sounds
You can add your own custom sound effects!
How to add custom sounds:
- Open Command Palette (Ctrl+Shift+P)
- Run: AI Whiplash: Configure Custom Sounds
- Edit the
.vscode/ai-whiplash-sounds.json file that opens
- Add your sounds with this format:
{
"sounds": [
{
"path": "/absolute/path/to/your/sound.wav",
"alias": "🎸 My Custom Sound",
"description": "Optional description"
},
{
"path": "${workspaceFolder}/sounds/project-sound.wav",
"alias": "🎵 Project Sound",
"description": "Use ${workspaceFolder} for workspace-relative paths"
}
]
}
- Reload the sounds AI Whiplash: Reload Custom Sounds
- Select your sound: AI Whiplash: Select Sound
Notes:
- Only
.wav files are supported
- Use absolute paths or
${workspaceFolder} for relative paths
- Custom sounds appear in the sound selector with a 👤 icon
Compilation
npm run compile
Requirements
- Visual Studio Code 1.85.0 or higher
- GitHub Copilot (optional, but recommended)
License
MIT
| |