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 Trying to apply Traefik v3 schema to currently editing `traefik.yaml` file but only getting Traefik v2 proposal, even though Traefik v3 is defined in https://www.schemastore.org/api/json/catalog.json ##...

## Describe the bug When selecting the yaml and indenting, the plugin produces broken yaml ## Expected Behavior Code is properly indented. ## Current Behavior Code is not properly indented...

## Describe the bug ### JSON Schema 1 With this simple example, if the `hasPrice` boolean is set to `true`, then `price` should be a required property. If `hasPrice` is...

Fixes https://github.com/redhat-developer/vscode-yaml/issues/1092 I could add them to `"activationEvents"` as well but the 3rd party extensions can activate this one instead via `"extensionDependencies"` https://github.com/redhat-developer/vscode-yaml/blob/e696d9b25153a8ce84b22738f01cbc931a3f87a2/package.json#L41-L44 --- also I think `*.y(a)ml` is a...

## Describe the bug Code completion "in between" another attribute seems to "reuse" the content after it and produces a malformed YAML file. ## Expected Behavior Applying a completion item...

## Describe the bug Hello! II have two JSON schemas with the same attributes but different structures. In both schemas, a default value is set for the **domain** attribute. When...

## Describe the bug `.clang-format` have schema, extension complain `No JSON Schema` ## Expected Behavior `.clang-format` have schema, extension should detect it ## Current Behavior `.clang-format` have schema, extension complain...

### Add jinja-yml support for YAML json schemas. Autocomplete and JSON schema works correctly for YAML file association but not for Jinja-yml ### Describe the solution you would like When...

## Describe the bug In 1.17.0, when using OpenAPI 3.0 schema, we get this: ![Image](https://github.com/user-attachments/assets/97400bb0-0b44-409c-a69c-b1766cecd689) This behavior persist when switching to internal OpenAPI 3.0 or 3.1 ## Expected Behavior The...

## Describe the bug ## Expected Behavior YAML fileshould show error when undefined attribute for JSON Schema is configured when unevaluatedProperties is defined ## Current Behavior Undefined attributes are not...