Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,16 @@
},
"markdownDescription": "Associate schemas to YAML files in the current workspace. The expected value of this configuration option is a string to string map:\n- **Key**: The path or URL of the schema to use\n- **Value**: A glob pattern specifying which files the schema should be used on"
},
"yaml.kubernetesCRDStore.enable": {
"type": "boolean",
"description": "Enable/disable attempting to validate custom Kuberbetes resources against schemas of well-known custom resource definitions (CRDs)",
Comment thread
datho7561 marked this conversation as resolved.
Outdated
"default": true
},
"yaml.kubernetesCRDStore.url": {
"type": "string",
"description": "The URL to use as the list of well-known custom resource definition (CRD) schemas",
Comment thread
datho7561 marked this conversation as resolved.
Outdated
"default": "https://raw.githubusercontent.com/datreeio/CRDs-catalog/main"
},
"yaml.format.enable": {
"type": "boolean",
"default": true,
Expand Down
Loading