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

## Expected (JSON Version) ![image](https://github.com/user-attachments/assets/5b21bc6e-392a-4839-82d2-b5432d96c039) ## Actual (No validation on properties) ![image](https://github.com/user-attachments/assets/05934bed-b613-4a46-aba0-e765b9887240) Json Draft 7 Works fine, I assume this might be due to the use of meta-schema references in...

### Is your enhancement related to a problem? Please describe. I am extensively using [Flux2 ](https://github.com/fluxcd/flux2) for Kubernetes GitOps deployments. They support variable substitution in YAML files as shown in...

### Is your enhancement related to a problem? Please describe. No. ### Describe the solution you would like Do not output error messages when using Pipeline values and parameters with...

Type: Bug login and app usage Extension version: 1.15.0 VS Code version: Code 1.92.0 (b1c0a14de1414fcdaa400695b4db1c0799bc3124, 2024-07-31T23:26:45.634Z) OS version: Darwin arm64 23.6.0 Modes: System Info |Item|Value| |---|---| |CPUs|Apple M2 Pro (12...

## Describe the bug Hi! I have installed a an extension for vscode v1.15.0. Wrote this json file for validation and suggestions: ``` { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Example", "description": "An...

## Describe the bug I have installed the Prettier for formatting my html, css, ... but I would like to use the Redhat YAML extension for formatting .yaml files however,...

Type: Bug When the extension is enabled, I can no longer search in files (Ctrl+Shift+F). The search appears to be hanging and doesn't produce any results. Extension version: 1.15.0 VS...

## Describe the bug When a single dot is a value in key/value map, it is shown as a float while YAML parses it as a string ## Expected Behavior...

Hello from the VS Code team 👋 In our next release v1.92, we will update to Electron 30 which includes Node.js 20.14.0. This Node version contains a [breaking change](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2#command-injection-via-args-parameter-of-child_processspawn-without-shell-option-enabled-on-windows-cve-2024-27980---high), in...

Same error already issued in vscode-java#3475 https://github.com/redhat-developer/vscode-java/issues/3475 ## Describe the bug Due to naming conventions and limitations of windows, my username has an opening bracket in it. This bracket causes...