yaml-language-server
yaml-language-server copied to clipboard
Language Server for YAML Files
## Describe the bug Eclipse editor shows errors for flow control statements https://helm.sh/docs/chart_template_guide/control_structures/ Additionally, it seems that those errors lead to an endless loop of 'Build' operations every second. ##...
It seems like Helm Chart files are basically Kubernetes yaml files with templating capability in `{{...}}` blocks. It would be nice if Yaml Language Server could provide support for those...
### What does this PR do? Fixes an indentation issue when you have trailing spaces after the hyphen. Given the schema: ```yaml { type: 'object', properties: { test: { type:...
## Getting error "Execute command jumpToSchema already exists". ## Relevant information Hello, I am developing extension using 'yaml-langauge-server', When i start server, it throws error "jumpToSchema already exists". I also...
### What does this PR do? Add [derecated key](https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.3) hint. ### What issues does this PR fix or reference? Nothing. ### Is it tested? How? Add deprecated test case.
### What does this PR do? This PR append the title and description of anyOf schemas while hover ### What issues does this PR fix or reference? https://github.com/redhat-developer/vscode-yaml/issues/784 ### Is...
### What does this PR do? this PR adds the ability to extend 'schema if condition' with `filePatternAssociation`. it means that it's possible to extend if condition to be connected...
### What does this PR do? This PR should suggest all the matched values from anyOf ### What issues does this PR fix or reference? https://github.com/redhat-developer/yaml-language-server/issues/684 ### Is it tested?...
## Describe the bug when schema contains anyOf objects with null type, other types are ignored on value completion. ```json { "anyOf": [ { "properties": { "prop": { "const": "const...
### What does this PR do? Fixes an issue where default snippets where not being entered correctly within an array. Given the following schema: ```json { "type": "object", "properties": {...