i’m just going to suggest that you try to follow the steps I outlined as a workaround again.
Hopefully when you try again you will have better luck with them.
i came up with something that may or may not work for you. If you want to try it is this:
After exiting vs code:
1- copied rdb-alpha to a new directory like rdb-alpha1 from the command line, (eg. cp -r rdb-alpha rdb-alpha1)
2- then cd to this new rdb-alpha1 dir and pruned all unused docker images: docker image prune -a . Make sure the rdb image is gone by running docker images. If still there, remove it with docker rmi <image-id>. If that doesn’t work because there is a container using it, th…