/vscode-racket-repl

A simple REPL for Racket in Visual Studio Code.

Primary LanguageTypeScriptMIT LicenseMIT

Racket REPL

This extensions allows for Racket files to be run within Racket's REPL from Visual Studio Code's editor.

Features

Run (or stop) the REPL using using the buttons in the editor-title bar. The REPL is launched in the integrated VSCode terminal. Works in Windows Powershell and Linux/bash.

Requirements

Racket needs to be installed (and added to the terminal's shell path). Currently only works when using Windows + Powershell or Linux + Bash (or a similar shell).

ToDo

  • support mac & cmd shell
  • clear screen in Powershell
  • ...