vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
## Describe the bug when using enum on a string, partial strings of the enum values are incorrectly marked as valid schema: ``` { "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": {...
## Describe the bug Facing build issue while building YAML extension with latest YAML language server 1.9.0 ## Expected Behavior There should not be any error ## Current Behavior The...
`{{` become `{ {` ... not desired
## Describe the bug UI test cases are failing on build ## Expected Behavior The build should be success ## Current Behavior Build were failing https://github.com/redhat-developer/vscode-yaml/runs/7691922822?check_suite_focus=true ## Steps to Reproduce...
Example : PublishPipelineArtifact@1 has a property named `artifact` with an alias of `artifactName` https://github.com/microsoft/azure-pipelines-vscode/blob/main/service-schema.json#L20009 If you make a yml with this content : ``` steps: - task: PublishPipelineArtifact@1 displayName: Demo...
## Describe the bug When formatting the whitespace used for vertical alignment of values is removed, even though the YAML specs allow and encourage it. Currently there is no way...
## Describe the bug When filename is `deploy.yml` the deployer recipe is chosen instead of the github workflow schema When filename is NOT `deploy.yml`, github workflow schema is chosen related...
``` & *
## Describe the bug https://github.com/tats-u/vscode-yaml-bug ## Expected Behavior Self-reference does not occur in schema files. ## Current Behavior  ## Steps to Reproduce 1. Create a YAML schema 2. Create...
## Summary `vscode-yaml` should apply schema validation to YAML front matter in markdown files. ## Description YAML is often prepended to markdown files to provide structured metadata. This "front matter"...