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

I've created a schema, and while the plugin will suggest to me fields, and flag when I add the wrong **types** for know fields, it does **NOT** flag if I...

enhancement
good first issue

### There is no option of minify the yaml It is useful compresses verbose YAML. It does it by removing indentation and by rewriting them to use inline YAML syntax...

enhancement
help wanted

### Is your enhancement related to a problem? Please describe. I am frustrated when I am referencing a file in a yaml and I cannot verify if the path is...

enhancement

Adding this plugin broke my create react app typescript intelliesense Also, ctrl+click and F12 stoped working.

needs-info

I'm pretty sure it must be a problem with all the restrictions I have on my company laptop as on my personal one works flawless and it automacally detected it...

## Describe the bug Schemas configured via a `.vscode/settings.json` don't load in github.dev ## Expected Behavior Schemas work like in local vscode ## Current Behavior I get an error: ```...

bug

As the [README](https://github.com/redhat-developer/vscode-yaml/tree/c573966d923d107c4559ed72be6ec4ebf32a5e32#associating-schemas) says: > YAML Language support uses [JSON Schemas](https://json-schema.org/) to understand the shape of a YAML file, including its value sets, defaults and descriptions. The schema support is...

upstream

Could you give the option to convert yaml file to json and vice-versa?

enhancement
help wanted

## Summary Hi team, I have a custom tag `!include` with 2 properties `source` and `path`. Usage case: ```yaml object:

enhancement

## Summary Conda `meta.yaml` has some elements of `jinja` so this mix play havoc with yaml or jinja validation tools. ## Relevant information For example: ```yaml {% set data =...

enhancement