You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use composer to add a new package or update, the Extend plugin kicks in and populates the contents of ~/.console/extend/extend.console.uninstall.services.yml automatically.
The result is that it is updating extend.console.uninstall.services.yml inside the wrong folder i.e. ~/.console/extend/vendor/drupal/console/extend.console.uninstall.services.yml
The text was updated successfully, but these errors were encountered:
This used to work, but its no longer the case.
When I use composer to add a new package or update, the Extend plugin kicks in and populates the contents of ~/.console/extend/extend.console.uninstall.services.yml automatically.
I think some package got updated and the extend plugin is executing this line https://github.com/hechoendrupal/drupal-console-extend-plugin/blob/master/src/Extender.php#L78 instead of line 83
The result is that it is updating extend.console.uninstall.services.yml inside the wrong folder i.e. ~/.console/extend/vendor/drupal/console/extend.console.uninstall.services.yml
The text was updated successfully, but these errors were encountered: