-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
jacking in broken in 2.0.127 #821
Comments
Similar situation here. I use Mac Catalina and nothing happens when I pressed jack-in shortcut or invoke it from command palette. I downgraded to 2.0.125 and it is working. |
same here with |
this is still broken for multi-project structure it seems to be that the project-root isn't found |
Of course.
So and i have opened this with vsCode and also saved it as a workspace so i can define some settings like envs and so on. |
Thanks for fixing this @bpringe! I was planning to look at it but I didn't have time yet. |
This still doesn't work in 129 |
can confirm this too 😅 |
Just to clarify:
|
Normal and workspaces have this problem |
Right. I don't have a Windows machine that I can use to reproduce this :( |
that is okay :) |
@svdo No problem! I'll look into fixing this for Windows and try to get testing on all platforms before another release! I didn't want to change the use of the vscode.Uri because I think @svdo added this as a necessity for live share. I'm guessing this has been an issue on windows since .127, though... I wonder if I can reasonably test this on linux with Windows in a VM... |
I started the debugging But i can take a look Tomorrow regarding those two lines |
Yeah, that line you pointed out looks fine by itself though. There's no real other way to call it (I could be wrong here), if we're talking about this line: calva/src/results-output/results-doc.ts Line 36 in 2cfb94c
So I was guessing the issue could be something with the |
Yes That Was also my thought |
I see. I was just thinking, specifically, since it's a URI object, something else could have been wrong with it even if the path looked correct, but probably not. |
This should be fixed in 2.0.130 🤞 |
I launched VS Code against a Lein project this evening (on Windows 10, with WSL 2 accessing an Ubuntu 18.04 install of Clojure etc.).
Immediate problem... jacking in doesn't work... at all.
Downgraded the Calva extension to 2.0.126 and jacking in works again.
The text was updated successfully, but these errors were encountered: