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

Some YAML files are valid but cannot be validated using a regular YAML schema because they contain jinja content, for example. It makes it quite annoying to work with YAML...

## Describe the bug Newlines and other chars are not reflected properly when hovering over a variable in YAML file which uses a JSON schema containing the "examples" property [example.schema.json](https://github.com/redhat-developer/vscode-yaml/files/14383759/example.schema.json)...

Type: Bug I am getting YAML Server crashed several times notification when I am opening a yaml file Extension version: 1.14.0 VS Code version: Code 1.86.2 (Universal) (903b1e9d8990623e3d7da1df3d33db3e42d80eda, 2024-02-13T19:42:13.651Z) OS...

## Describe the bug It is not possible to select one JSON schema of the list, if multiple are detected for a specific file. Detected Schemas: https://github.com/SchemaStore/schemastore/blob/404ada34125022391ae5a4484d490f3d769a6555/src/schemas/json/bungee-plugin.json https://github.com/SchemaStore/schemastore/blob/404ada34125022391ae5a4484d490f3d769a6555/src/schemas/json/bukkit-plugin.json https://github.com/SchemaStore/schemastore/blob/404ada34125022391ae5a4484d490f3d769a6555/src/schemas/json/pocketmine-plugin.json ##...

## Describe the bug I have been trying to get the vscode-yaml web extension in the debug mode. But the is server crashing ## Expected Behavior Following the Contributing.MD I...

Hello, I am experiencing an issue where the installation of the YAML extension seems to interfere with the Docker extension's ability to format `docker-compose.yaml` and `Dockerfile`. ## Describe the bug...

## Describe the bug In .gitlab-ci.yaml files string literal value parsing is broken for some reason. I have a string `"Version: [$VERSION] BUID [$CI_PIPELINE_IID]"` which contains sybmol `:`. The part...

## Describe the bug ``` dind: &dind image: 116661453557.dkr.ecr.eu-west-1.amazonaws.com/github-actions-runner-dind:15 container_mode: false dindMode: true c-2: &c2 resources: requests: cpu: 2 memory: 4Gi runners: c-2-dind: It should not flag this as an...

Fixes the wrong name on the Readme for maxItemsComputed.

### Is your enhancement related to a problem? Please describe. We integrate vscode-yaml to provide language support for our yaml project configuration files. Nature of the config is such that...