Stanislav Zhuk

Results 326 comments of Stanislav Zhuk

@chrhas79 , thanks, you made a really good observation. I tested it, and when you have no running projects and you open a DDEV project in PhpStorm, nothing starts. And...

@nico-loeber , if this plugin installs the PHP interpreter, can it also disable the composer check for updates? Found this setting `loadUpdateAvailability="false"` in `.idea/workspace.xml`: ```xml $PROJECT_DIR$/composer.json ```

@nico-loeber, I agree, that's really not what this plugin is supposed to do. Also, as @chrhas79 mentioned, there are a lot of other things that can start the `web` container:...

A temporary fix (I don't know if anything is planned for `/usr/bin/env ddev`) is to set a custom path in Preferences > Tools > DDEV Integration > Path to your...

I'm not sure, but maybe we don't need the validation in `ddev delete` and `ddev stop` at all. Let me know if I need to change anything.

> I would like `ddev delete` to delete related volumes even if the project can't be validated or doesn't exist any more. Good idea and doesn't require much change, done.

Yes, that's right, now you have to manually break the config.

I am wondering what is the best way to squash all the commits here into one. My strategy would be to do a soft reset to the point where this...

Another flag with the same problem: `additional_fqdns`

Also, we need to omit `ddev-router` container in Codespaces.