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
If you clone this repository in a devcontainer, it will delete all your other devcontainers.
This is extremely bad, as it ruins your development environment. This may not be as problematic for people who use this repository often, but it is for the casual contributor who uses devcontainer.
I don't know why docker system prune -f -a" was added as initializeCommand in #40825, but I think it should be removed.
(Sorry for not using an issue template. This is not related to node itself, but rather to its repository)