yaml-language-server
yaml-language-server copied to clipboard
Language Server for YAML Files
Hi together, When opening yaml buffers where the yaml-language-server attaches, I get an error saying "Request initialize failed, scheme is missing". I'm on nvim v0.11.0 and configure the lsp with...
## Describe the bug I am looking at AWS CloudFormation YAML in Helix (https://github.com/helix-editor/helix). CloudFormation uses some custom tags. YAML Language Server highlights them as errors. I have attempted to...
## Describe the bug I'm getting this error no matter what is the content of the file, the code works correctly but i'm getting an error. I'm using Neovim, the...
### What does this PR do? This PR solves many intellisense issues in defaultSnippets It should be ok to invoke intellisense in all these combinations: yaml cursor position, different types...
### What does this PR do? Rebases #396 ### What issues does this PR fix or reference? #244 ### Is it tested? How? Through unit tests. It can't be tested...
The documentation lists all available settings, but it doesn't specify their default values. Could you include those defaults so we have a clear understanding?
### What does this PR do? Adding option to ignore modeline schema ### What issues does this PR fix or reference? https://github.com/redhat-developer/yaml-language-server/issues/1039 ### Is it tested? How? Unit test
## Summary Hi @msivasubramaniaan We are trying to extend yaml-language-server and create a customized version of language server which provides schema based validations for some fields. We are facing an...
## Summary I cannot load the `yaml-language-server` in Angular 19 in a worker (serving using `ng serve` which uses Vite). No matter if I import it myself or if I...
### Is your enhancement related to a problem? No ### Describe the solution you would like the ability to provide project settings, for example schema mappings ### Describe alternatives you...