Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDEV config not recognized from subfolders #104

Closed
2 tasks done
Dergell opened this issue Sep 7, 2022 · 1 comment
Closed
2 tasks done

DDEV config not recognized from subfolders #104

Dergell opened this issue Sep 7, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Dergell
Copy link

Dergell commented Sep 7, 2022

Is there an existing issue for this?

  • I have searched the existing issues

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.

Screenshot 2022-09-07 151648

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

@Dergell Dergell added the bug Something isn't working label Sep 7, 2022
@nico-loeber
Copy link
Contributor

Hey @Dergell,

this is the expected behavior.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants