Fork me on GitHub
#cursive
<
2020-12-01
>
helios07:12:52

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?

helios07:12:28

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

cfleming07:12:03

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_ananev07:12:08

when you open deps.edn file select Open as project

helios08:12:59

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_ananev11:12:38

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.