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 have a JSON schema generated by Pydantic has descriptions of certain fields. When I create a json file and validate it with the schema, the...

I am testing vscode 1.43.1 example from [here](https://github.com/microsoft/vscode-extension-samples/blob/master/completions-sample/src/extension.ts#L49) and have some issues. When I set registerCompletionItemProvider language option to "yaml", the auto complete item results not showing anymore until I...

bug
needs-info

Type: Bug Extension Bisec identified this extension as the likely culprit. The crashes happened in a Typescript project with no YAML files open, although one is in the root folder....

## Describe the bug The extension activation fails on Visual Studio Code for the Web with Linux. With the following error in the browser Developer Tools console: `Activating extension 'redhat.vscode-yaml'...

## Describe the bug YAML Validations works in local workspace, but in remote-ssh connection doesn't. VSCode doesn't seem to be aware of the JSON Schema at all at the status...

### Is your enhancement related to a problem? Please describe. When using certain yaml files with underlying schemas, there are times where a syntax error is shown that the user...

## Describe the bug Per the [int](https://yaml.org/type/int.html) and [float](https://yaml.org/type/float.html) specs, int and float values should ignore `_` to make them readable. Unfortunately the schema validator infers an incorrect type: ![image](https://github.com/redhat-developer/vscode-yaml/assets/6570317/8cc152f7-47f6-4a80-b2a1-5ee1145f94f5)...

## Describe the bug I have tabSize set to 4: ```json "[yaml]": { "editor.insertSpaces": true, "editor.tabSize": 4, "editor.autoIndent": "keep", "diffEditor.ignoreTrimWhitespace": false, "editor.quickSuggestions": { "other": true, "comments": false, "strings": true }...

Type: Bug Enable the extension on VSCode. Wait for the extension host to error and die. Extension version: 1.14.0 VS Code version: Code 1.82.2 (Universal) (abd2f3db4bdb28f9e95536dfa84d8479f1eb312d, 2023-09-14T05:59:47.790Z) OS version: Darwin...

## Describe the bug When attempting to add a custom tag to the yaml.customTags setting, if the custom tag has only two characters after the exclamation point (e.g. `!if`), the...