vscode-yaml icon indicating copy to clipboard operation
vscode-yaml copied to clipboard

YAML support for VS Code with built-in kubernetes syntax support

Results 249 vscode-yaml issues
Sort by recently updated
recently updated
newest added

## Describe the bug A YAML schema fails to parse. ``` Unable to parse content from '[...]/_schema/configSchema.yml': Parse error at offset 0.YAML(768) ``` Works correctly in other IDEs, but not...

needs-info

## Describe the bug My yaml file is a hierarchical structure for describing plants: [https://wikibotanica.net/static/plant_schema.yaml](url) . When I load it in vscode with the yaml extension, I get the warning:...

## Describe the bug Entering a colon declares the end of entering a property name. This means that autocompletion is no longer required. Similarly, typing a ":" in JSON or...

## Describe the bug When using the "YAML by Red Hat" extension in VS Code to validate a YAML file with custom tags and anchors against a provided JSON schema,...

## Describe the bug Whatever I do, I cannot clear the cache referencing a schema on `yaml.schemas` ## Expected Behavior schema file path should be updated ## Current Behavior Current...

## Describe the bug Using a pattern like `"pattern": "(?i)(SecurityGroup)",` wil break all validation in the same scheme, ## Expected Behavior Should work, same scheme works just fine for json...

### Is your enhancement related to a problem? Please describe. Recently, Intellij added a syntax to load a JSON schema for YAML files in the format of `$schema: https://schemaURL`. It...

This might be a stupid question, but: Could the schema be derived from a Typescript type? My reasoning for this would be that in most cases (at least for my...

## Describe the bug We rely on custom yaml configuration to setup particular systems. We validate these yaml files with json schema, and rely on the Intellisense/Autocompletion feature of this...