cursive

Issues at: https://git.io/cursive-issues
helios 2020-12-01T07:43:52.298800Z

I opened a project with deps.edn, but i don't see the "Clojure Deps" toolbar. So when i change deps it doesn't prompt me to import/refresh them. How do i solve it?

helios 2020-12-01T08:41:59.299500Z

Note that i had already an IntelliJ project with REPL and everything configured, just it wasn't recognized as a Deps project. Not sure what happend on initial import. I've seen this occur more than once though. I'll remember it for next time and maybe we'll investigate

mike_ananev 2020-12-01T11:35:38.300100Z

It is invalid project. Close project and remove it from recent project history in IDEA. then, reopen project by openning deps.edn file as Project.

helios 2020-12-01T07:46:28.298900Z

i just added a clojure-deps.xml manually from another project i had, but what would have been the kosher way to get it?

cfleming 2020-12-01T07:58:03.299100Z

I think probably, right-clicking on the deps.edn file and selecting “Add as deps project” - I’m not sure why that wouldn’t have worked from the initial import, perhaps something went wrong with it.

mike_ananev 2020-12-01T07:58:08.299300Z

when you open deps.edn file select Open as project

helios 2020-12-01T10:03:09.299900Z

https://clojurians.slack.com/archives/C0744GXCJ/p1606470844280100 does this look like a cursive bug?