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

Hi! In the problems section, I get an incomprehensible error: ``` "code": "KEY_OVER_1024_CHARS", "message": "The : indicator must be at most 1024 chars after the start of an implicit block...

## Describe the bug As I described here https://github.com/redhat-developer/yaml-language-server/pull/891#issue-1738452298 https://github.com/redhat-developer/vscode-yaml/blob/b72e1b7146baa97a4f28499a01eb0d4e64a19876/language-configuration.json#L37 is causing expand selection to select a word with quote, I don't really know what this regex actually does though...

## Describe the bug @msivasubramaniaan, I found the cause of bug #855. It's not related to a schema but to the number of characters. This code doesn't format correctly if...

### Is your enhancement related to a problem? Please describe. As someone who works with Ansible and makes frequent use of inline Vault-encoded secrets, I often have large chunks of...

enhancement

Type: Performance Issue Given a large yaml file over 50k lines. When I look at the file. Then VSCode stops responding for several minutes until it finally times out. I'd...

enhancement

Is it correct for me to add this way? "yaml.customTags": [ "!Scalar-example scalar", "!Seq-example sequence", "!Mapping-example mapping", "!opencv-matrix tag:yaml.org,2002:opencv-matrix", "!opencv-matrix! tag:yaml.org,2002:" ]

### Discussed in https://github.com/redhat-developer/vscode-yaml/discussions/883 Originally posted by **agreedSkiing** February 2, 2023 I work in a project where we support a platform that has configuration that uses the default redhat.vscode-yaml for...

## Describe the bug While choosing suggested property value, `Tab` inserts `: ` instead of just ``: ![image](https://user-images.githubusercontent.com/42812113/230767692-4b4cad9f-6da3-4ba7-b30c-4c13876b3c5e.png) ## Expected Behavior `` to be inserted instead of `: `. ##...

## Describe the bug Company like comment headers get formatted from ``` #------------------------------------------------------------------------------ # Description : FOO # Copyright (C) BAR COMPANY (2023) #------------------------------------------------------------------------------ ``` to ``` --- #------------------------------------------------------------------------------ #------------------------------------------------------------------------------...

### Is your enhancement related to a problem? Please describe. ### Describe the solution you would like ### Describe alternatives you have considered ### Additional context

needs-info