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 Certain YAML contents are erroneously converted into a weird non-yaml ternary-expression-like string. ## Expected Behavior Formatting should generate valid YAML even for long keys. ## Current...

## Describe the bug While triggering the intellisense completion, the schema does not load properly, causing to an infinity load if the completion dropdown. This issue exists from version `1.14.0`,...

## Describe the bug I have `yaml.maxItemsComputed` configured to `100000` in my user settings and `500000` in my `.code-workspace` settings, and yet when I open a large yaml file in...

Type: Bug create a new .yml or .yaml file and the extension not identfy as a yml file Extension version: 1.15.0 VS Code version: Code 1.90.0 (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:33:54.889Z) OS version:...

### Is your enhancement related to a problem? Please describe. I have a GitHub Workflow at the file location `.github/workflows/deploy.yml`. This is picked up as one of two schemas: *...

## Describe the bug YAML extension incorrectly parses integers with underscores as strings. They are a verbose (readable) format for numbers. ## Expected Behavior 1_000 interpreted as integer ## Current...

## Describe the bug IntelliSence shows just one of two `oneOf` branches when both should be shown. `oneOf` branches: - a branch with a single-valued `enum` with some value (referred...

## Describe the bug In the vscode using the extension and prettier for format yml files, the config.yml file gives me an error this error is for the way you...

### Is your enhancement related to a problem? Please describe. It took me a bit to figure out how to use a relative path and wildcards in `settings.json`; I found...

## Describe the bug I have file .github/workflows/build.yaml , which is highlighted red with this error: > Property name is not allowed. yaml-schema: gRPC API Gateway & OpenAPI Config The...