vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
For example: ``` "yaml.schemas": { "/Users/me/one-schema.json": "more/specific/path/config*.yaml", "/Users/me/two-schema.json": "config*.yaml", ``` Which schema will be applied to this file: `/Users/me/more/specific/path/config-development.yaml` ? Can I have a default for all "config*.yaml" files that...
I'm trying figure out how to make vscode indent after I press ENTER after colon, like this ```yaml name: echo: "It should place cursor under letter 'm' automatically" ``` It...
Based on the Serverless Framework docs the schema should look like this but I get errors from the ``source`` till the end. ```js events: - cloudwatchEvent: name: ${self:custom.transcribeJobName.${self:provider.stage}} event: source:...
Given the below setup, my cloudformation template is failing validation, as it's (correctly) stating the `Name` property below should be a string, but I'm otherwise properly using the `!Join` function,...
### Is your enhancement related to a problem? Please describe. To make the documentation more visible we should move the documentation from the wiki into somewhere that's more discoverable. ###...
## Describe the bug Version 0.17.0. When you use a YAML-file as a schema in the same workspace as the files you validate reside, the language-server tries to validate the...
## Describe the bug When using an anchor like this: ```yaml foo: - &name bar *name: - baz ``` ## Expected Behavior Syntax is valid, so I expect no error...
If I write a new file, It works nice but if I edit a file does not. I am using this custom schema: https://gist.github.com/palvarezcordoba/55ea8c948c45475446cb6fff6f91a359 If I try to get suggestions...
## Describe the bug `yamllint`, a linter used by many projects and companies, has a different requirement on the number of spaces before comments than what the YAML formatter in...
## Describe the bug If a JSON schema contains HTML characters (eg. `foo`) in the description field, those are not escaped before being handed over to VS Code, which apparently...