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
- Open a
.mir file in VS Code
- Click the ▶ button in the editor title bar
- See the output in the Miranda REPL Runner panel
| |