Peter Strömberg
Peter Strömberg
It's interesting that it helps restarting the REPL. I recognize that from some other issue. Could mean that I am wrong about this being related to the structural editor.
Thanks for reporting! Rename symbol is handled by clojure-lsp, so you should file an issue there as well, if there isn't one (and if it is, maybe link back to...
I think it must be a thing from the template I used. Will clean it up. Thanks for heads-up!
That's a bug. It should open the clojure-lsp log file. But you can open it manually. If you use the **Show Server Info** command instead, you should see the `log-path`...
It's good with a separate issue. I can't reproduce this one. What can you tell us about your setup? Operating system? Do you hava some settings for things that should...
Ping @bpringe @ericdallo . I think we need to figure out some way for Calva to filter away these notifications. Right now all I can think of is to create...
You can tell Calva to use the clojure-lsp nightly build in VS Code settings:
Not sure I would label this a `bug`, at least not if the label is to indicate a `bug` in our code. It could be, but so far it seems...
Thanks! > I don't understand what cmd.exe and Powershell have to do with this if you are launching the process from NodeJS. The shell isn't involved in that case. I...
I don't think we can use `execFile()` because Calva jack-in is not fire-and-forget, we need to be able to communicate with the process. Anyway, we use `spawn()` in about an...