Faaaaaah!
A lightweight competitive programming judge panel for VS Code.
Run C, C++, and Python code against test cases directly from the sidebar. Hear Faaaaaah on failure.
Features
- Activity Bar panel — click the F icon to open the judge sidebar
- Keyboard shortcut —
Ctrl+Alt+J / Cmd+Alt+J on Mac
- Supports C (gcc), C++ (g++ -std=c++17), Python (python / python3)
- Per-file persistence — test cases saved per source file via workspace state
- Run individual or all test cases
- Auto-renumber cases when one is deleted
- Plays Faaaaaah.wav + red screen flash on failure
Requirements
gcc / g++ on your system PATH (for C/C++)
python or python3 on your system PATH (for Python)
Usage
- Open a
.c, .cpp, or .py file in the editor
- Click the F icon in the Activity Bar (or press
Ctrl+Alt+J)
- Click + case to add a test case
- Fill in input and expected output
- Press run (or ▶ run all)
| |