node icon indicating copy to clipboard operation
node copied to clipboard

This repositories devcontainer setup deletes all your other devcontainers

Open alcuadrado opened this issue 9 months ago • 0 comments

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)

alcuadrado avatar May 24 '24 01:05 alcuadrado