-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unable to start nREPL #47
Comments
Yes, I can confirm there is a bug but I cannot reproduce it in 100% cases – sometimes nREPL starts fine, sometimes it fails to start. I don't see the pattern yet, more debugging is needed. I'll do my best to fix it as soon as possible. |
I am having the same issue...
I am starting
I can reproduce it 10 out of 10 attempts. |
It seems that the plugin stops the
The above command does indeed produces output on the standard error:
, even though the I locally changed the plugin to ignore the standard error of the |
Hmm, after following the |
But what you further said @pdkovacs is something more I think. At first we just support When you If you don't mind, can you please explicitly show us what steps you followed to config boot? That would help us provide this kind of info for our users. |
After working some more with VS Code, it turned out that code completion doesn't work for me with a Boot REPL after all. With the plugin's built-in REPL starter, code-completion seems to work, but as I currently have my project configurations in Boot, I cannot really use it for testing. In addition to the user-global profile, I mentioned in my previous comment, I have my project specific Boot settings as in https://github.com/pdkovacs/clj-todo . Thinking about what might have solved the actual issue at hand for me, I have removed something (sorry, I don't remember anymore exactly what it was) from
Let me know if I can help any more with this. |
Description: When opening a lein project for the first time or choosing Clojure: start nREPL from the command palette, the nREPL is not started and the error, "Can't start nREPL." is seen. Nothing is shown in the Problems or Debug Console panel.
System info
Steps to reproduce
lein new app foo && cd foo
Starting a REPL in the CLI and connecting as described in #11 works perfectly, though.
The text was updated successfully, but these errors were encountered: