You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you sure that this bug is related to this DDEV Integration Plugin?
I am sure
Enter your error report ID (If available)
No response
Describe the bug
I have a project running on Windows 10 WSL2 Ubuntu with DDEV. Everything is working fine from the terminal, but the DDEV Integration Plugin does not recognize the existing config, because it is in a subfolder.
In this project, there are several basic configuration files that are not part of DDEV itself. These files all reside in the git root folder. Then there's a folder www which contains a Magento 2 setup including the .ddev folder. When I select Tools > DDEV > Configure it will create a new .ddev folder in the project root above www.
It would be nice if the plugin could either detect DDEV configurations in subfolders or would allow a config setting in PhpStorm where I can define the folder the plugin should look into.
Steps to reproduce
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
If you got a mono repo and www is the actual root of the project you would like to work on, please open this folder as a project in phpstorm.
The ddev config is expected to be at the project root, same as a composer.json for example.
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
I have a project running on Windows 10 WSL2 Ubuntu with DDEV. Everything is working fine from the terminal, but the DDEV Integration Plugin does not recognize the existing config, because it is in a subfolder.
In this project, there are several basic configuration files that are not part of DDEV itself. These files all reside in the git root folder. Then there's a folder
www
which contains a Magento 2 setup including the.ddev
folder. When I select Tools > DDEV > Configure it will create a new.ddev
folder in the project root abovewww
.It would be nice if the plugin could either detect DDEV configurations in subfolders or would allow a config setting in PhpStorm where I can define the folder the plugin should look into.
Steps to reproduce
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: