vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
Hello! I'm experiencing a *very* strange bug that's sure to pique your interest. I have a fairly large YAML file, a section of which contains maps like the following: ```yaml...
VS Code YAML extension uses Schema Store https://www.schemastore.org/api/json/catalog.json to automatically guess and apply JSON Schemas to documents being edited. My understanding is that if multiple schemas match a file, these...
## Describe the bug Introduced with updated 1.8, when comparing on enum with give error "Minimum one schema should validate". Version 1.7 and lower had to issues. [files.zip](https://github.com/redhat-developer/vscode-yaml/files/8886824/files.zip) ## Expected...
I'm working with Jekyll for GitHub Pages, which uses the Ruby gem for parsing YAML. This gem prefers this spacing in Arrays: ```yml --- simple_val: Testing 1 object_val: sub_object_val: Testing...
## Describe the bug **👉 vscode 1.66.2** **👉 extension version v1.7.0** I have faced issues. I found a discussion with closed mark #614 which means that it should be fixed,...
## Summary I use JSON Schema to specify my YAML structure, and frequently use enum types as values. This allows VSCode to populate my autocomplete suggestions with the list of...
Currently, there is a single option around quoting style: changing the formatter from enforcing `"` to enforcing `'`. I would like an option to leave quoting style alone.
I have yaml file like this: ``` --- tenantName: testTenant actions: - action: create objectType: tenant tenant: name: testTenant ... --- tenantName: testTenant actions: - action: create objectType: attribute signal:...
hi Team, I installed the yaml extension and also added the yaml schema as below. ``` { "git.autofetch": true, "git.suggestSmartCommit": false, "team.showWelcomeMessage": false, "explorer.confirmDelete": false, "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", "yaml.schemas": {...
## Summary Schemas don't seem to follow child references relative to parent reference base uri ## Relevant information I have a as schema that has some properties referencing other schemas...