I was trying to add Mongo Express dependency using docker compose file in my devcontainer.json
file however as the port was busy , the dev container rebuild failed.
Now the problem is VS Code is not able to open the dev container folder so that I can rectify the problem and re build the image. This is the error message VS Code is showing. In this case, how can I open the contents of the .devcontainer
folder and rebuild the image? Or the only option is to create a new dev container?
I am using Docker in Windows with WSL2 enabled.