vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
## Describe the bug When I am editing a YAML file with my custom schema, it validates properly and gives me an error highlight once, but when I fix the...
### Is your enhancement related to a problem? Please describe. Some users expect vscode-yaml to support Helm charts, which is actually supported by [vscode-kubernetes-tools](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools). See - https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml&ssr=false#review-details - https://github.com/redhat-developer/vscode-yaml/issues/407 ###...
## Describe the bug VSCode validates YAML files against configured schemas. Schemas might be local or remote. //Schema paths with or without URI schema There might be multiple schemas that...
when developing a yaml schema, it would be useful that when it is modified, the modified file is picked up automatically. Currently, I need to restart VS Code. Use case:...
Issue Type: Bug 1. With extension version 0.18.0 installed, create a file named `.gitlab-ci.yml` 2. The window looks like this:  *Note the "Gitlab CI configuration (gitlab-ci.json)" above line 1*...
### Is your enhancement related to a problem? Please describe. I would like to use VSCode-YAML to edit a file where one of the properties is an enum whose value...
## Describe the bug Telemetry data indicates a number of users get this "Request textDocument/completion failed with message: label.replace is not a function" error. ## Expected Behavior Completion should not...
First of all, great extension. It is really useful to have yaml files validated (and auto-completed). However, I have a file in my codebase called `some.thing-sam.yml` and I get red...
## Summary Yaml extension does not seems to work, only suggestions I get while writing code is whatever is already written in the same file. when I do ctrl+space it...
When I have a value such as `creationTimestamp: 2017-06-14T14:29:37Z` it is reported as incorrect value type. I think we need better handling of date type.