Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AI WhiplashNew to Visual Studio Code? Get it now.
AI Whiplash

AI Whiplash

spoonsdevelop

|
7 installs
| (1) | Free
Makes your interactions more "aggressive" by playing a whip sound effect when you send a message in the chat.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Download latest version here.
  2. Install the extension from command line with code --install-extension whip-chat.vsix command.

Usage

Tested with node v22.18.0.

  1. Install the extension
  2. Open GitHub Copilot chat (Ctrl+Alt+I)
  3. Type your message
  4. Press Enter
  5. Enjoy the improvement!

Custom Sounds

You can add your own custom sound effects!

How to add custom sounds:

  1. Open Command Palette (Ctrl+Shift+P)
  2. Run: AI Whiplash: Configure Custom Sounds
  3. Edit the .vscode/ai-whiplash-sounds.json file that opens
  4. 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"
    }
  ]
}
  1. Reload the sounds AI Whiplash: Reload Custom Sounds
  2. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft