Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install extension and won't start REPL #166

Open
alper opened this issue Sep 10, 2022 · 1 comment
Open

Install extension and won't start REPL #166

alper opened this issue Sep 10, 2022 · 1 comment

Comments

@alper
Copy link

alper commented Sep 10, 2022

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

@avli
Copy link
Owner

avli commented Sep 13, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants