node
node copied to clipboard
This repositories devcontainer setup deletes all your other devcontainers
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 https://github.com/nodejs/node/pull/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)