BetterThanTomorrow / calva

Clojure & ClojureScript Interactive Programming for VS Code
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva
Other
1.71k stars 218 forks source link

Calva's Clojure-lsp Server Info command fails #2364

Open bpringe opened 12 months ago

bpringe commented 12 months ago

Fixing this issue may fix https://github.com/BetterThanTomorrow/calva/issues/2354, it may also fix https://github.com/BetterThanTomorrow/calva/issues/2269, but I haven't looked into that.

bpringe commented 12 months ago

@PEZ Do you have time to look at this soon?

PEZ commented 11 months ago

I can't reproduce this. Can you create a project that exposes the problem, @bpringe?

bpringe commented 11 months ago

I've found that it fails every time for a work project, which I can't share. I also found that it fails every time from the extension development host when running Calva in development mode. I'm not sure if those two are related, but the latter is worth looking into.

PEZ commented 11 months ago

I also found that it fails every time from the extension development host when running Calva in development mode.

I can't repro this either. Is it some particular project open in the extension development host when this happens?

bpringe commented 11 months ago

Is it some particular project open in the extension development host when this happens?

I think it was the aforementioned work project open in the development host 🤦.