Nico Löber

Results 75 comments of Nico Löber

Hey @shochdoerfer, There is not much logic you can move to ddev itself, as most of the stuff the plugin is doing is updating phpstorm configurations. Still waiting for the...

By the way, as long as I can not release the new version, you can just download the latest build. https://github.com/php-perfect/ddev-intellij-plugin/actions/runs/8693039236/artifacts/1415228444

@rfay I published it as a pre release as I am not able to publish this one to the store. But here you can find the artifacts: https://github.com/php-perfect/ddev-intellij-plugin/releases/tag/1.2.2 Hope that...

Sadly the pipeline does not update the release with the build artifacts as the publish task fails... I've added the link to the latest build artifacts instead and your short...

Thanks for reporting this @armin-gardenanet, it looks like this is a regression bug caused by the switch from `ddev version` to `ddev --version` which I added in the last update....

@armin-gardenanet, could you please tell me if `C:\Program Files\DDEV\ddev.exe` is the right location of your ddev installation? It looks like this location was autodetected and saved in your settings, but...

Hey @stasadev, that's probably possible, but I am not sure about the consequences. I would like to avoid disabling features that might be of use (Notifications on not installed composer...

Yes, ddev start does a lot of things. This is one of the problems of the plugin. For example the plugin "api" to ddev failes when ddev needs to download...

Requested help in the JetBrains forum: https://intellij-support.jetbrains.com/hc/en-us/community/posts/18332085482002--There-is-no-ProgressIndicator-or-Job-in-this-thread-error-in-2024-1

The error does constantly happen to me, always when some command is run on terminal in background, like `ddev describe` or commands to check if docker is running. The one...