Brandon Ringe

Results 163 comments of Brandon Ringe

Welcome to Calva! What I'm pretty sure is happening is you don't have `lein` installed and/or on your system path. That project contains a project.clj file, which means it's intended...

Hmm. Sometimes even though something is on your path in your terminal, it's not found in an integrated VS Code terminal when you open VS Code outside of that terminal...

Also, if the problem persists, please copy and paste the contents of your clojure-lsp [server log](https://clojure-lsp.io/troubleshooting/#server-log) here. CC @ericdallo

> I'm seeing this popup whenever saving any file in Calva since a recent update, and these in the logs: @Limess Just to clarify, is the message in the popup...

Great isolation of the problem! This has been quite a journey that I've been following.

Another option is rather than deleting the created bb.edn after restart clojure-lsp, resulting in the creation + deletion each time the project is opened in Calva, we could add a...

> But the original intent of Bababashka is to replace shell scripts. And it would seem really weird if every Bash script also needed some arbitrary additional file in the...

Do you mean you are unable to run those tests using Calva's test running commands? Do your macros add the test body to `:test` on the metadata of the var...

If the above isn't helpful, I think we can provide this functionality by adjusting how we use orchard's var query, maybe in combination with a user-provided regex or array of...