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
trafficstars

## Describe the bug When this extension is enabled, if I have several editors open and open a new editor window to put some temporary content in it, and I...

needs-info

## Describe the bug The extension generates exceptions when viewing, and fails to provide validation to, files that reference a schema defining an object with an array property that is...

We're lacking the people to work actively on this project. We're therefore looking for contributors and will deprecate this plugin on the long run.

## Describe the bug ``` blank_issues_enabled: false contact_links: - name: issue-helper url: https://xxxx about: this is issue-helper . ``` ## Expected Behavior https://docs.github.com/zh/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser There shouldn't be an error here. ![Image](https://github.com/user-attachments/assets/880eb21d-9680-4e3b-9c97-190cedf5423a)...

## Describe the bug The YAML schema validation for `pnpm-workspace.yaml` is incorrectly flagging the `onlyBuiltDependencies` property as invalid, resulting in the following error: ``` Property onlyBuiltDependencies is not allowed.yaml-schema: pnpm...

## Describe the bug YAML states if a string starts with a double quote, it then must end with one If a schema `default` value starts with a double quote...

## Describe the bug YAML autocompletion and validation works as expected for the first YAML definition in the file. Validation works also as expected. When I try to add another...

Type: Bug 1. Start Dev Container ``` Couldn't start client YAML Support command 'jumpToSchema' already exists ``` ``` Extension version: 1.15.0 VS Code version: Code 1.96.0 (138f619c86f1199955d53b4166bef66ef252935c, 2024-12-11T02:29:09.626Z) OS version:...

## Describe the bug When a YAML field is accidentally indented one space, where it should have been flush with the zeroth column, then VSCode sometimes produces error underlines the...

Allow support for subset YAML languages e.g. `yaml-textmate`, `yaml-tmlanguage` https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/issues/19 This would allow extension authors to create custom highlighting for their subset yaml language as VSCode doesn't allow overriding the...