Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Miranda REPL RunnerNew to Visual Studio Code? Get it now.
Miranda REPL Runner

Miranda REPL Runner

Fernando Spillere

|
1 install
| (1) | Free
Run Miranda scripts directly from VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Miranda REPL Runner

Run Miranda scripts directly from VS Code using your local mira interpreter via WSL.

Features

  • ▶ Run button in the editor title bar for .mir files
  • Automatic detection of mira interpreter via WSL (Ubuntu)
  • Output displayed in a dedicated VS Code panel
  • Keyboard shortcut Ctrl+Shift+R

Requirements

  • Windows with WSL (Ubuntu) installed
  • Miranda interpreter (mira) installed in WSL

How to install Miranda in WSL

sudo apt-get install -y gcc make git
git clone https://codeberg.org/DATurner/miranda.git
cd miranda
make
sudo make install

Usage

  1. Open a .mir file in VS Code
  2. Click the ▶ button in the editor title bar
  3. See the output in the Miranda REPL Runner panel
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft