Waaaah, the REPL tabs show the name of the run config!!! Very nice, indeed! - to quote Protesilaos Stavrou :D
i'm doing quite a bit of Babashka work in Cursive, but it's a bit of a pity that some stuff can't be resolved babashka.curl
, etc. Do you have any idea?
@helios does it help if you add a deps.edn with babashka.curl in it?
where should i add it?
how would cursive know that that specific deps.edn applies to the bb script?
I'm not sure, was just a lucky guess.
I added deps.end file to my bb project and added this. This is seemed to help resolve the dependency
{:deps
{babashka/babashka.curl {:mvn/version "0.0.1"}}}