vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
### Is your enhancement related to a problem? Please describe. Currently it is not possible to provide custom headers for schema requests, which prevents loading schema from private repos. E.g....
A YAML document begins with `---` and ends with `...`. Both are optional, though a `...` can only be followed by directives or `---`. Currently, only document start `---` is...
Type: Bug Formatter changes this: ``` - name: Get managed instance details oracle.oci.oci_os_management_module_stream_profile_on_managed_instance_facts: auth_type: "{{ auth_type }}" ``` …to this: ``` - name: Get managed instance details ? oracle.oci.oci_os_management_module_stream_profile_on_managed_instance_facts :...
### Is your enhancement related to a problem? Please describe. Nope. ### Describe the solution you would like The `contributes.yamlValidation` functionality works great, but we want to use versioned schemas...
## Describe the bug When I open a Tekton task, VSCode detect it as Ansible task: ## Expected Behavior Detected as Tekton task. Or at least not detect it as...
During active development, especially for a small or local or private project there is no justification to post schema to some hosted location, like Schema store. `yaml.schemas` settings should allow...
## Describe the bug i have a manifest file name: prometheus.yaml and , by default, the extension point to schema https://json.schemastore.org/prometheus.json but it's not my case because this a manifest...
### Is your enhancement related to a problem? Please describe. Some schemas have `patternProperties` so the author of the YAML file can specify any property names they like at some...
## Describe the bug When I try to complete an array item which value is restricted by `const` nothing is suggested. But if I use `enum` instead of `const`, then...
I have this in my `.devcontainer/devcontainer.json`: ``` { "name": "test", "build": { "dockerfile": "Dockerfile", "context": ".." }, "customizations": { "vscode": { "settings": { "yaml.format.enable": true, "yaml.schemas": { "./my_schema.json": "*.yaml", },...