-
## Expected behavior
I can edit code with `comment` shadowed from clojure.core without the editor hanging. (Whether or not I should do this in the first place is a lesson I should probably learn b…
-
Hello there,
had a bit of a snafu with the linting tools, reporting to see if there's anything that can be done to improve the developer experience.
Thanks in advance for looking into this!
Simon…
-
When LSP version is set to 'nightly', Calva _always_ downloads LSP. If there is no network connection, this leads to no LSP being installed, so the server cannot start.
Related issue that this beha…
-
When opening a project that is located in the WSL environment starting with version 2.0.182 the following errors show up in the output window.
[Error - 6:13:32 PM] Connection to server is erroring.…
-
I maintain the clojure-lsp package on MacPorts, which builds this package from source unless a pre-built archive is available. Since builds need to be contained within a work directory, I have been ma…
-
testing with clojure-lsp, it seems that the process is being sapwned from my home dir and not the project root, this probably shows a bug on server side, but other servers may rely on the same
-
Clip lifecycle functions are marked as unused by clj-kondo. This can be resolve by ignoring the form but I think it could be a nicer UX and a clearer intent if clip exported a clj-kondo config such th…
-
When using Calva to edit a babashka script I do not get docstrings in the on-mouse-over popups. The reasons turns out to be that clojure-lsp requires a bb.edn file (which can be as simple as `{}`) in …
-
It would be nice if Calva was able to display the specs of a function in the VSCode popup overlay giving the info about a function.
We could leverage the `clojure.repl/doc` function that already give…
-
One thing that isn't clear from the README is whether the plugin needs/creates a cache.
Is it all automatic? Does it possibly reuse a cache from an IDE? Does it possibly reuse a cache from previous…