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 I've been using the winget schema (https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v1.4.0/manifest.defaultLocale.1.4.0.json) to create some package manifests, when I noticed inconsistent highlighting. Both of the numbers here are specified as strings...

### Is your enhancement related to a problem? Please describe. ### Describe the solution you would like ### Describe alternatives you have considered ### Additional context

### Is your enhancement related to a problem? Please describe. My situation is that I work with OpenAPI specs frequently, and they are often described with YAML. We have tooling...

I wrote my first trivial JSON schema `enola.schema.jsonc`, like this: ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://docs.enola.dev/json-schema/enola_meta.schema.jsonc", "title": "Enola.dev Meta Model", "description": "See https://docs.enola.dev", "type": "object", "additionalProperties": false, "properties": { "name":...

update to nodejs 16 and more recent actions. Switch to the new xvfb action.

## Describe the bug I added a `!` custom tag to my yaml.customTags config: ![image](https://github.com/redhat-developer/vscode-yaml/assets/38223745/40ab03b8-e589-47f2-8908-6c491356aea6) But when I try to use it in a YAML file, i get an "unknown...

Create testing template with test cases. Ex. https://docs.google.com/spreadsheets/d/1K-padiWo1kBkxJPC3ibhrA6bN5mYPOVbLPNAZRFpi60/edit#gid=0

### Is your enhancement related to a problem? Please describe. At times there are areas of a yaml file (like a block of anchor definitions) that take up a large...

## Describe the bug ## Expected Behavior This code is actually valid: .gitlab-ci.yml ```yaml .common: before_script: - git config --global credential.helper store .job: before_script: - !reference [.common, before_script] ``` The...

## Describe the bug I'm attempting to embed a 50+ line INI file in a ConfigMap as a string. Whenever I save the file that section loses all of its...