-
Notifications
You must be signed in to change notification settings - Fork 19
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
REPL does not start #41
Comments
If you use 127.0.0.1 or the machine's ip address does it work? |
Nope - but if it is failing, I want to expect it'd show up a fail message. Anything trivial I could do to provide more information? |
Yeah, I should have it display the error. I'll add that. What's the output of |
However, if I keep pressing enter, there is more listing (it keeps increasing on every 'enter'/retry)
|
Well, crap. That means it's connecting but is failing anyway. I'll get a new version up with better debugging. |
The new version is up. I saw a couple things that might've been causing the issue, but we'll see. It'll pop up an error when the connection fails and I added an alive.debug option that will trace the connection to swank. |
Thanks!
|
Dangit, not sure when that broke. It used to work. Quick solution is to open the folder your file is in so that there's a workspace. It used to work without one, but apparently broke somewhere along the way. |
Thanks! Working now |
I start a swank server:
But on command "ALIVE: Attach to REPL", I can see the window with "localhost:4005", on pressing enter, the window simply reappears, instead of the REPL. OTOH, I can connect to the above swank server from emacs.
I'm on VS Code 1.52.1 / Linux.
The text was updated successfully, but these errors were encountered: