webksde / ddev-vscode-devcontainer-drupal-template

Drupal DDEV based development container with attached Visual Studio Code
22 stars 3 forks source link

Project not initialisable through "ddev drowl-init" as of the latest ddev update #137

Closed joshsedl closed 10 months ago

joshsedl commented 10 months ago

Before our custom commands (e.g. drowl-init) can be registered, an error gets thrown because of the empty config.yml. Because ddev seems to check for the "type" before registrating anything.

As a workaround, we can add a proper config.yml with an ommited "name" property which gets generated on initilization.

joshsedl commented 10 months ago

Fixed.