-
-
Notifications
You must be signed in to change notification settings - Fork 14
/usr/bin/ddev describe --json-output with invalid .ddev/config.yaml
hangs IDE for long periods
#439
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
Comments
Hi @ProxiBlue,
Please provide the exact commands you ran for easier reproduction.
Provide a report ID, it may contain some useful info about your IDE.
You probably mean Workaround is to disable "Watch DDEV state in background": |
Sure, let me setup a test repo and reproduce I am working on an adobe commerce project, large codebase, so maybe that is related. I will try reproduce on a smaller repo (demo one) and point you to it if I can reproduce |
.ddev/config.yaml
hangs IDE for long periods
I recommend that you fix your .ddev/config.yaml rather than filing an issue against ddev-intellij-plugin. We're happy to help you with that. I don't think there are any DDEV accessories that are intended to be able to solve every problem with a broken DDEV project. |
I do recommend disabling the DDEV state watching in the project with a broken config.yaml as well. Because the plugin will try to fetch the status regularly, producing a new exception at each attempt. Towards the UI freeze itself, this is a potential issue with one of the terminal executers in the plugin running in the UI context. |
Well, the issue is that when you swap working bracnhes with GIT, and merge code down from feature-branches into a main branch, the config can be altered. edge case, yes, but it locked my entire IDE to the point I had to hard kill figured it would be something worth looking at, but if you feel it is not, i'll just close and move on. Is not like it happens frequently, Fixing the config requires external editors to be used, as IDE is inoperable duiring that fact The issue having been merge conflicts. |
not using terminals in the IDE, but will give it a try as well. |
The plugin does automatic calls to DDEV, those are what I meant. Nothing you trigger manually. |
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
IDE hangs when config.xml enters a state where it contains errors, making it near impossible to edit and fix issue.
Hangs seem to be for about 2/3 minutes at a time, complete lockout.
Steps to reproduce
The IDE now freezes due to a conflict appearing in the config.xml file.
Due to freeze it is near imposible to fix, and another editor has to be used to fix issue
I did all that on CLI using linux. I don;t use the IDE built in git functionality (just like the cli for more control)
Additional context
No response
The text was updated successfully, but these errors were encountered: