⚡ Code Runner (VS Code Extension)
A lightweight, minimal, and aesthetic dark-themed code runner inside VS Code.
Easily run your C, C++, and Python files without leaving the editor.
✨ Features
- 🖤 Dark minimal UI (designed for focus and readability)
- 📂 Run C, C++ & Python directly from VS Code
- ⚡ One-click Run button in the webview panel
- 📑 Custom file name support (default:
main.cpp , main.c , or main.py )
- 💻 Displays program output inside VS Code
- ⌨️ Interactive input support → if your program asks for input, you can provide it via VS Code prompt
- 🧹 Auto-cleans up temporary files
📸 Preview
🚀 Installation
- Clone the repository:
git clone https://github.com/IamNishant51/CODE-RUNNER-vscode-extension.git
cd CODE-RUNNER-vscode-extension
| |