Skip to content

Feature Request: support for Kubernetes CRDs #132

@lionelvillard

Description

@lionelvillard

I tried to use yaml.schemas to associate kubernetes CRD schemas but this is not working. I added this entry to vscode user settings:

"yaml.schemas": {
        "file:///path/to/application-swagger-latest.json": "/**"
    }

I also tried:

"yaml.schemas": {
        ./path/to/application-swagger-latest.json": "/**"
    }

with no success.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions