cursive

Issues at: https://git.io/cursive-issues
cfleming 2021-02-09T05:06:45.097400Z

@joshkh Check your Deps toolwindow to make sure your project is registered there. If it’s not for some reason, right click the deps.edn file in the project view and select “Add as deps project” and see if that helps.

helios 2021-02-09T09:09:13.097700Z

👍 thanks @wilkerlucio

joshkh 2021-02-09T09:29:47.097900Z

thanks, "Add as deps project" prompted a small message about choosing an SDK, which did the trick

kari 2021-02-09T15:58:40.102Z

Today I saw something weird with IntelliJ + Cursive. I have a remote nrepl session in Cursive connected to a backend repl running in terminal (i.e. Run configuration: remote + nrepl). Suddenly cursive repl said that I was in user namespace even though I tried to change the namespace to something else with (in-ns ...). I stopped Cursive repl and connected it again to the remote nrepl session and then everything worked again as it should. I'm not 100% sure if this was some anomaly or maybe I just messed something myself.