The vscode://ms-vscode-remote.remote-containers/cloneInVolume URL scheme currently generates a volume name following the pattern <repo-name>-<hexid>. It would be useful to support specifying a custom volume name, so that the workspace volume name can be consistent across devices and easily discovered/mounted into other dev containers.
Either cloneInVolume or a new cloneInNamedVolume could support an additional volumeName parameter:
vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=<git-url>&volumeName=<custom-volume-name>
The
vscode://ms-vscode-remote.remote-containers/cloneInVolumeURL scheme currently generates a volume name following the pattern<repo-name>-<hexid>. It would be useful to support specifying a custom volume name, so that the workspace volume name can be consistent across devices and easily discovered/mounted into other dev containers.Either
cloneInVolumeor a newcloneInNamedVolumecould support an additionalvolumeNameparameter: