webksde / ddev-vscode-devcontainer-drupal-template

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

Add a "drowl-init-dev" command, which requires the newest Drupal "dev" version instead of the latest stable version #158

Closed joshsedl closed 6 months ago

joshsedl commented 6 months ago

Sometimes we want to work on Drupal core issues, which require the 11.x Drupal branch. Since Drupal 10 and Drupal 11 are codewise vastly different in some areas, we can not simply apply a Drupal 11 patch on our Drupal 10 ddev environment.

joshsedl commented 6 months ago

Created an MR here: https://github.com/webksde/ddev-vscode-devcontainer-drupal-template/pull/160

joshsedl commented 6 months ago

MR merged, works great! Only problem is, that we do not have devel or admin_toolbar installed.