Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings.json linting for docker extension doesn't accept "Image" but sidebar does #4325

Open
Ushcode opened this issue Jun 18, 2024 · 0 comments
Milestone

Comments

@Ushcode
Copy link

Ushcode commented Jun 18, 2024

"docker.containers.label": "Image",
"docker.containers.description": [
        "ContainerName",
        "Status",
        "Image"
    ]

Both flag warnings in the settings.json file, but adding the change correctly displays the Image name in the docker extension sidebar as expected

image

image

image

Warning returned is:

Value is not accepted. Valid values: "Compose Project Name", "ContainerId", "ContainerName", "CreatedTime", "FullTag", "ImageId", "Networks", "Ports", "Registry", "Repository", "RepositoryName", "RepositoryNameAndTag", "State", "Status", "Tag".(1)

@Ushcode Ushcode changed the title settings.json linting for docker extension doesn't accept "Image" for but sidebar does settings.json linting for docker extension doesn't accept "Image" but sidebar does Jun 18, 2024
@dbreshears dbreshears added this to the 1.30.0 milestone Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants