A minimal VSCode extension that lets you run your .p8 cartridges in PICO-8 with a single setup.
Designed for fast, lightweight use with a simple configuration.
✨ Features
Run your .p8 cartridge with one command
Configure your pico8.exe path and cartridge path once, and go
Keyboard shortcut support (default: Ctrl+Shift+8)
Works directly with your workspace files
Lightweight, no external dependencies
⚙️ Configuration
Upon first use, you'll be prompted to set:
PICO-8 Path: Full path to your pico8.exe
Cartridge Path: Relative path to your .p8 file (e.g., main.p8)
These values will be saved to your workspace .vscode/settings.json.