Hi everyone, I am trying out docker dev environments and cant seem to figure out how to set the directory name that the repo gets cloned in. It always seems to be /com.docker.devenvironment.cone
. Is there anyway to get it to be named the repo that is being cloned?
I am using this test repo I created for this example. I would ideally want docker to clone the repo into /example-project
.