vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
Prettier supports configuration files. https://prettier.io/docs/en/configuration.html However, the formatter or this extension ignores use them. I have the following _prettier.config.js_: ```js module.exports = { proseWrap: 'always', singleQuote: true, trailingComma: 'all', };...
On completion and hover on a property, it would be great that displayed description is rendered using markdown renderer (based on "description" property in json schema),
## Describe the bug I discovered a bug in yaml language server which makes it confused and report a false positive with current github-workflows schemas, even if these schemas are...
## Describe the bug The schema definition has multiple required properties. Auto-complete for an object only inserts one of the required properties and it's not the 1st one in the...
### Is your enhancement related to a problem? Please describe. Seeing that eg. [`ajv`](https://ajv.js.org/json-type-definition.html) has started to support JTD (even with some [JTD-exclusive features](https://ajv.js.org/api.html#ajv-compileparser-schema-object-json-string-any) and that JTD itself is published...
Extension issue ""Cannot register 'redhat.telemetry.enabled'. This property is already registered."
- Issue Type: `Bug` - Extension Name: `vscode-yaml` - Extension Version: `0.21.1` - OS Version: `Windows_NT x64 10.0.18363` - VS Code version: `1.58.2` ```json { "messages": [ { "type": 2,...
## Describe the bug When user anchors or references in CloudFormation YAML files, schemas stops working when anchors/references are used. ## Expected Behavior It works as normal. ## Current Behavior...
## Summary ## Relevant information Auto-completion is not working. YAML Version - v0.17.0 Added the following lines in settings.json : "yaml.schemas": { "kubernetes" : "*.yaml" } Restarted the VSCode a...
## Describe the bug Typing enter after `>` does incorrectly creates a new list entry. ## Expected Behavior Pressing enter after any of `>`, `|`. `>-` or `|-` should just...
I added ` { $schema": "https://json-schema.org/draft/2020-12/schema" }` to my schema and get this message: ``` Draft 2020-12 schemas are not yet fully supported ``` So what URI should I use...