Git root autodetction in subdirs
I have a project structure like this and need to place some git projects unter environments/production/modules.
My problem is that these gitroots are not automaticly detected as "Unregistred Root".

Checking out the same project unter /modules works as expected.
Is there a way to tell phpStorm to scan for gitroots in all subfolders?
Please sign in to leave a comment.
No, you can do that manually only: https://youtrack.jetbrains.com/issue/IDEA-80328
Thank you for the reply!