Closed nottmey closed 2 years ago
I have this user.clj file in folder repl next to src. This folder is configured as extra-paths under an alias which is then used when starting the REPL. In the REPL everything works fine. In the editor though some dependencies are not resolved.
user.clj
repl
src
extra-paths
The project where this occurs can be found here: https://github.com/nottmey/datomic-lacinia/tree/edf9cb45673c7fda5f7f5dd2530715f8a512b4cc
As described in #2693, you'll have to configure Cursive to use that alias when synchronising the project.
Oh great, that was an easy fix. Thank you!
I have this
user.clj
file in folderrepl
next tosrc
. This folder is configured asextra-paths
under an alias which is then used when starting the REPL. In the REPL everything works fine. In the editor though some dependencies are not resolved.The project where this occurs can be found here: https://github.com/nottmey/datomic-lacinia/tree/edf9cb45673c7fda5f7f5dd2530715f8a512b4cc