clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Install extension and won't start REPL

Open alper opened this issue 1 year ago • 1 comments

I installed the extension and want to start a repl in code, I get this:

Command 'Clojure: Start nREPL' resulted in an error (command 'clojureVSCode.startNRepl' not found

alper avatar Sep 10 '22 11:09 alper

I guess you try to run the command outside a project.

The 'Clojure: Start nREPL' command is used to start a REPL manually when the clojureVSCode.autoStartNRepl option is set to false (see this README section).

I agree though, that the command should show an error notification when run outside the project instead of crashing. Thanks for drawing my attention to it!

avli avatar Sep 13 '22 08:09 avli