Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>screamybugsNew to Visual Studio Code? Get it now.
screamybugs

screamybugs

sahhillyddvv

|
1 install
| (0) | Free
Plays a dramatic scream sound whenever your code throws an error.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

💀 ScreamyBugs

ScreamyBugs is a simple VS Code extension that runs the currently open file and plays a scream sound if an error occurs.

It’s a lightweight and fun way to instantly know when your code crashes.


🚀 Features

  • Runs the currently active file
  • Shows output in a custom ScreamyBugs terminal
  • Detects runtime errors (stderr)
  • Plays a scream sound when an error is detected
  • Works on Windows, macOS, and Linux

📂 Supported File Types

  • JavaScript (.js)
  • TypeScript (.ts)

Node.js must be installed on your system.


▶️ How to Use

  1. Open a JavaScript or TypeScript file.

  2. Press:

    Ctrl + Shift + P

  3. Run:

    ScreamyBugs: Run File

The file will execute inside the ScreamyBugs terminal.

If an error occurs...

💀 It screams.


🛠 How It Works

  • The extension runs the currently open file using Node.js.
  • It listens to the error output (stderr).
  • If an error is detected, it plays an alert sound.

🧪 Example

If your file contains:

console.log("Hello World");
throw new Error("Something broke!");
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft