vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
## Describe the bug ## Expected Behavior Completion returns `key:\n\t` ## Current Behavior Completion returns `key` ## Steps to Reproduce 1. Insert `# yaml-language-server: $schema=example.schema.json` as file header 2. Try...
### **Is your enhancement related to a problem? Please describe.** The YAML extension currently resolves `$ref` paths relative to the base URL of the parent schema, without considering the `$id`...
### Is your enhancement related to a problem? Please describe. When I use completion for a property (say "myProperty"), the automatically generated snippet is only `myProperty: `. Up to me,...
## Describe the bug The default value of a property in one subschema is unintentionally used as default value in string item property. I have a json schema like so:...
## Describe the bug vscode linter shows an incorrect message of "Property x is not allowed" if the property is defined in an object referenced in an allOf statement ##...
## Extension keeps crashing, the json schema doesn't show. I am trying to set-up autocomplete for my dbt project by adding a json-schema validator in my settings. Except the JSON...
## Describe the bug This yaml formatter does weird formatting replacement when working with CRDs.  ## Expected Behavior autoformat does not replace valid characters with `?` and `:` ##...
## Describe the bug Files that start with `openapi: '3.0.0'` have a validation error. The file turns red as a result in all the UI, and the very first character...
In [vscode-quarkus](https://github.com/redhat-developer/vscode-quarkus) we override the YAML language to support Qute support (completion, validaton, etc) in YAML files. The bad thing is that we loose your YAML support like YAML validation....