Skip to content

Schema: containerEnv's type should add support for "boolean" #286

@samruddhikhandale

Description

@samruddhikhandale
          @samruddhikhandale maybe a bit nitpicky but I would like to be able to use JSON booleans in `containerEnv`, validation is failing because only strings are allowed.

          ``` json
          {
              "containerEnv": {
                  "DOTNET_RUNNING_IN_CONTAINER": true
              }
          }
          ```

image

Originally posted by @sliekens in devcontainers/features#628 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions