Brandon Ringe
Brandon Ringe
To expand on my idea above, I think the connections should be stored in an object and each connection should be keyed by some unique identifier, like the `projectFilePath`. This...
Yes, there's probably a better way to factor this, and exploring prior art is definitely wise.
I don't think there's been much movement on this, if any. > I'll have a think and might do some experiments and get back here. @PEZ Any new thoughts on...
Hmm, I don't know why the version is missing from the URL. Do you have `calva.clojureLspVersion` set to some value in your settings, and if so, what is it set...
This works the same in comments as it does for Clojure code for me. 🤔 What version of Calva are you using?
> if I do option+command+left arrow, it doesn't select foo and a space Did you mean option+shift+leftArrow? I can reproduce that issue. I also noticed that option+shift+rightArrow does select, but...
@PEZ Could there be an issue with a when context here? I'm not sure what behavior Calva intends to provide.
Is this the issue you're having, and does the proposed fix there solve it? https://calva.io/test-runner/#tests-are-not-found If not, @marcomorain might be able to provide more info since he implemented that feature.
I can't reproduce. I tried with a Lein project with my tests path in `:test-paths`. My steps: 1. Jacked in 2. Loaded the file with the tests in it 3....