cursive

Issues at: https://git.io/cursive-issues
cschep 2020-12-24T22:23:01.468400Z

hey all, I have a brand new clojure project I created with Cursive, trying to use deps.edn and I have a src folder with a module.. all super basic just hello world style code.. I had a test alias setup in deps.edn but i removed it because I found a way to run the tests within Cursive and I thought that was cool. I’m not sure what caused it, could have been editing the deps.edn file but now my project view only has a few things in, deps.edn being one of them.. but no folders listed and no modules and basically nothing works now because it can’t find any modules?

cschep 2020-12-24T22:23:03.468600Z

really confused 🙂

cschep 2020-12-24T22:23:48.469Z

i can still run clj -m schepball.core on the command line and it runs the hello world code

cschep 2020-12-24T22:25:51.469600Z

reading the thread above, i was able to fix my situation with the steps here