ignatov / intellij-erlang

Erlang IDE
https://www.jetbrains.com/help/idea/2018.2/getting-started-with-erlang.html
Other
735 stars 120 forks source link

IDEA asks about "Unregistered VCS roots detected" for rebar dependencies #712

Open marco-m opened 8 years ago

marco-m commented 8 years ago

If you use rebar and specify dependencies, IDEA will open a popup saying "Unregistered VCS roots detected", listing all the rebar deps below the "deps" directory.

The Erlang plugin should (if possible) tell IDEA not to look below "deps" for VCS roots.

kvakvs commented 5 years ago

Desired behaviour: Knowing that the project is a Rebar project, dependencies inside _build could be added and removed automatically. The user usually does not want to manage those.