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 Code completions defined within a custom VS Code extension don't appear when the trigger character is a period next to a word with the RedHat YAML...

## Describe the bug I think this is a follow up from https://github.com/redhat-developer/vscode-yaml/issues/258. I have a schema with an default value that starts with an dollar sign. These values are...

## Describe the bug The extension's default settings incorrectly assume that all files with no extension that could possibly be YAMl, are intended to be YAML. For example .env files...

invalid

## Describe the bug The formatter removes both leading and trailing special whitespace characters (e.g. U+2003). Let's say you have a YAML file containing leading special whitespace (U+2003): ```yaml some_string:...

## Describe the bug I have "Incorrect type. Expected "string".yaml-schema: aws://cloudformation.schema.json" error, but aws is working normally with this template. ## Expected Behavior Nothing shoud be highlighted, because it's working...

## Describe the bug When the value of `const` is an object, the auto-complete for the property/instance is garbled and invalid. Instead of: ```yaml foo: bar: baz ``` It auto-completes...

## Describe the bug Installing the addon breaks colorization of YAML files. Uninstalling fixes it. The option to use the default formatter has no effect on this. ## Expected Behavior...

### Is your enhancement related to a problem? Please describe. Enhancement is aim at cleaning up and refactoring of ui test code base.

enhancement

### Is your enhancement related to a problem? Please describe. Sometimes it is very hard to find an authoritative documentation for a specific configuration format. But sometimes also there is...

enhancement

## Describe the bug > Problems loading reference 'http://emily.json/#a': Unable to load schema from 'http://emily.json/': Request vscode/content failed unexpectedly without providing any details. error. when using `$ref` in: ```yaml {...

bug