Open
Description
I'm not sure why, but when I introduced this feature into my devcontainer.json
features
, I ended up running into issues getting my docker compose setup to fully start up. It'd hang at create, and wouldn't let me tear down either.

By removing the feeature and doing a rebuild, or spinning up new Codespaces, I was not seeing this issue. And upon re-adding this feature, I saw the issue again.
Sorry to not be able to provide much detail around why this might be happening, but figured it was worth capturing.