Racket REPLThis extension allows for Racket files to be run within Racket's REPL from Visual Studio Code's editor. FeaturesYou can quickly test racket code by executing it from an integrated REPL. This REPL lives in an integrated VSCode terminal. When editing Racket files (.rkt extension is required), buttons appear in the editor-title bar which allows you to start or stop the REPL. RequirementsRacket needs to be installed and added to the shell's path. Know bugsThis extension is for some reason incompatible with:
vscode-scheme
|