SETTING:
// Truncate long Image and Container registry paths in the Explorer
"docker.truncateLongRegistryPaths": false,
OUTPUT:
container-registry.domain.com:5000/username/image-name:tag (3 days ago)
true OUTPUT:
con...5000/username (3 days ago)
When true is selected, the output is unusable. The most significant value in a image's path is the image name, followed by the tag, then user and registry path. I would expect the output to only truncate the registry path, not the image name and tag.
EXPECTED OUTPUT:
con...5000/username/image-name:tag (3 days ago)
Version: 0.3.1
OS: darwin