Jumpscare Extension
A VS Code extension that displays a jumpscare image fullscreen when you save a file or after a configurable time interval.
Features
- Shows a jumpscare image on file save
- Shows a jumpscare image after a configurable time interval
- Fullscreen display
- Configurable image path, timing, and duration
Configuration
Open VS Code settings and configure:
jumpscareExt.imagePath: Path to your jumpscare image (absolute or relative to workspace)
jumpscareExt.intervalMinutes: Time interval in minutes (default: 30)
jumpscareExt.durationMs: How long to show the jumpscare in milliseconds (default: 1000)
jumpscareExt.enabled: Enable/disable the extension (default: true)
Commands
Jumpscare: Show Jumpscare - Manually trigger the jumpscare
Installation
- Open the extension folder in VS Code
- Run
npm install
- Press F5 to run the extension in a new Extension Development Host window
- Or package it with
vsce package and install the .vsix file
jumpscare-code
| |