Skip to content

Support custom volume name in cloneInVolume URL scheme #11577

@chrmarti

Description

@chrmarti

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>

Metadata

Metadata

Assignees

Labels

containersIssue in vscode-remote containersfeature-requestRequest for new features or functionalityvolumeDev Container mounting a Docker volume

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions