-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Runtime Exception in IntelliJ when enabling the DDEV Integration plugin #249
Comments
Seeing this as well on DDEV plugin 1.2.0 and Docker Desktop. |
@graham73may I imagine your experience is related to |
And |
I can't confirm this issue with the current versions. The DDEV status is detected correctly for me, and the PHP remote interpreter works as well. colima 0.7.3
ddev version
docker compose v2.27.3 |
I had the same error with IntelliJ IDEA Ultimate Edition (this is not a PhpStorm issue). To make it work, install the following extensions: And configure Docker (yellow is what I changed): (I'm using Linux, other environments may have a different configuration for the Docker daemon.) |
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)
32a32fd501cf4f48ac46f1a361f253a1
Describe the bug
MacOS, v12.5.1
DDEV Integration v1.1.1
IntelliJ 2023.2.4 (Ultimate Edition).
Colima v0.5.5
When enabling the plugin or restarting the IDE, an error occurs as follows:
ddev stop
the status message still reads 'Running'Steps to reproduce
colima start
ddev start
Additional context
There is a warning in the Docker > Tools setting for Docker Compose Executable, don't know if this is relevant.
The text was updated successfully, but these errors were encountered: