Fork me on GitHub
#calva
<
2022-02-03
>
Thierry07:02:10

Is there something wrong with Calva? VSCode is complaining about: [Info  - 08:26:24] Connection to server got closed. Server will restart. [Info  - 08:26:25] Connection to server got closed. Server will restart. [Info  - 08:26:26] Connection to server got closed. Server will restart. [Info  - 08:26:26] Connection to server got closed. Server will restart. [Error - 08:26:27] Connection to server got closed. Server will not be restarted.

pez07:02:16

Sometimes this happens when the download of clojure-lsp has failed and resulted in a corrupt binary. Try configuring an older version of clojure-lsp and see if that helps. I think that if you then configure it back to latest, it should re-download again, and that could fix the problem. (If this is the reason.)

Thierry11:02:52

Thanks, it was indeed clojure-lsp. I reverted to https://github.com/clojure-lsp/clojure-lsp/releases/tag/2022.01.03-19.46.10 and it seems to be running now.

Thierry11:02:31

going back to latest brings back the error

pez11:02:13

There was another thread discussing something similar yesterday. See if it is seems to be the same thing. Otherwise we might have a second issue here.

Thierry07:02:14

Or is it me?

porksausages23:02:34

so i'm not sure if this is a calva issue or not, but i suddenly have to restart my REPL every time i make a change in my project and i have no idea why. no settings were changed, no extensions were restarted, vscode wasn't reloaded or restarted, nothing was updated, the behaviour just... changed. anybody able to give some advice? i've tried creating a new project so it's not project specific.

1
Stuart23:02:32

After you change the name of greet to greet-2,you need to evaluate that function into the repl.

🙏 1
porksausages23:02:49

oh really? i could have sworn i wasn't doing that before but yeah it works after doing that, thank you