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

### What does this PR do? Allows users to configure the indentation size of the sequenceItem from it parent (i.e) sequence. The default is 0 ![image](https://user-images.githubusercontent.com/93245779/140013026-65c7df65-a20a-4889-9994-f7549968d5dc.png) ### What issues does...

enhancement

### - create first UI test for this component - Content assist exists and works as expected - Create new .yaml file - Set up schema to “kustomization.yaml” - Insert...

enhancement

## Describe the bug Given this schema: ``` { "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "foo":{}, "bar": {} }, "oneOf": [ { "required": [ "foo" ] }, { "required": [...

## Describe the bug Documentation that is shown when hovering properties is misleading in some cases related to `anyOf` properties. While correct documentation is shown for valid YAML, the user...

### Is your enhancement related to a problem? Please describe. The schema definition is out of my control and has a flaw: one property is defined as string, but accepts...

enhancement

## Describe the bug When I try to fold a map with a comment in the YAML extension enabled, I get the problem that I can't fold it. ## Expected...

bug

## Describe the bug I'm writing a YAML data file and its schema (in YAML as well) in parallel. In multiple ways now, I tried to reference the schema to...

Possible regression of #50 I'm using: ``` $ code --version 1.38.1 b37e54c98e1a74ba89e03073e5a3761284e3ffb0 x64 ``` and VSCode-YAML version: ``` 0.5.3 ``` I have configured a multi-root workspace: In the folder `.vscode/settings.json`,...

bug

Working to make additionally Grammars for a yaml extension and we are having an issue where the first character of a string defined as `string.unquoted.plain.out` is split out into its...

## Describe the bug I'm getting the following "Problem" on a yaml file. `Unable to load schema from 'https://www.graphql-code-generator.com/config.schema.json': Request vscode/content failed unexpectedly without providing any details.` This is loaded...

bug