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 when using enum on a string, partial strings of the enum values are incorrectly marked as valid schema: ``` { "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": {...

## Describe the bug Facing build issue while building YAML extension with latest YAML language server 1.9.0 ## Expected Behavior There should not be any error ## Current Behavior The...

## Describe the bug UI test cases are failing on build ## Expected Behavior The build should be success ## Current Behavior Build were failing https://github.com/redhat-developer/vscode-yaml/runs/7691922822?check_suite_focus=true ## Steps to Reproduce...

Example : PublishPipelineArtifact@1 has a property named `artifact` with an alias of `artifactName` https://github.com/microsoft/azure-pipelines-vscode/blob/main/service-schema.json#L20009 If you make a yml with this content : ``` steps: - task: PublishPipelineArtifact@1 displayName: Demo...

## Describe the bug When formatting the whitespace used for vertical alignment of values is removed, even though the YAML specs allow and encourage it. Currently there is no way...

enhancement

## Describe the bug When filename is `deploy.yml` the deployer recipe is chosen instead of the github workflow schema When filename is NOT `deploy.yml`, github workflow schema is chosen related...

enhancement

## Describe the bug https://github.com/tats-u/vscode-yaml-bug ## Expected Behavior Self-reference does not occur in schema files. ## Current Behavior ![image](https://user-images.githubusercontent.com/12870451/181546015-171a81f3-960e-4052-9d2f-ef4fc93f3fc2.png) ## Steps to Reproduce 1. Create a YAML schema 2. Create...

## Summary `vscode-yaml` should apply schema validation to YAML front matter in markdown files. ## Description YAML is often prepended to markdown files to provide structured metadata. This "front matter"...

enhancement
upstream