DDEV projects not recognized when .ddev
directory is in parent directory
#113
Labels
enhancement
New feature or request
.ddev
directory is in parent directory
#113
Is there an existing issue for this?
Are you sure that this bug is related to this DDEV Integration Plugin?
Enter your error report ID (If available)
No response
Describe the bug
This is kinda related to #104 but the other way around :-)
We have separate repositories for our
ddev
configuration, since we often manage multiple applications in one ddev project to allow easier communication nad not tie the local project configuration to the project source code.The project is structured like this:
We there open
part-1.dev
andpart-2.dev
in separate PhpStorm instances and work in them.Unfortunally the DDEV Plugin does not recognize the
.ddev
direcory and therefore does not provide its functionality.I'm not sure whats the best way to solve this, because it may be a performance issue to search in all parent directories until a
.ddev
directory is found.Maybe one solution could be to allow the user to configure a path for the
.ddev
directory to use.But to be honest, I'm not familiar with the inner workings of the plugin and IDEA plugins and don't know what the best solution would be, those are just my thoughts.
I'd be willing to help though where possible
Steps to reproduce
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: