cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
588 stars 7 forks source link

Alias dependencies are not resolved in editor #2694

Closed nottmey closed 2 years ago

nottmey commented 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.

Screenshot 2022-05-08 at 00 07 41

The project where this occurs can be found here: https://github.com/nottmey/datomic-lacinia/tree/edf9cb45673c7fda5f7f5dd2530715f8a512b4cc

cursive-ide commented 2 years ago

As described in #2693, you'll have to configure Cursive to use that alias when synchronising the project.

nottmey commented 2 years ago

Oh great, that was an easy fix. Thank you!