Hello, I am trying to learn/use clojure again and just resubscribed to cursive. I am having difficulty importing an existing clojure project (formerly run with clj -M -m com.hpincket.proj). In the process of trying to figure out why dependencies are never installed in my repl, I ran into this discrepancy in the https://cursive-ide.com/userguide/1.9.0/deps.html.
> In this panel, select "Use CLI tools", and enter the path to the clojure command if required. Cursive will try to find it in various standard locations, but if your package manager installs it in a non-standard location enter the path here. When the path is correct, Cursive should display the CLI version and config dir location as shown here. If that's showing, then you should be good to go!
I actually see something like the second screenshot. No option for "Use CLI tools".
I don't know if this is useful, or if I should file a Github issue. Thanks.
Yes, the doc is distressingly out of date there, sorry - I'll fix that shortly.
No worries, and thank you.
Idea: when form changes since last eval, show a button beside inline eval result to indicate that it's outdated and offer to re-eval