vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
## Describe the bug Parser will signal errors in `changed_when` conditions ## Expected Behavior Parser should recognize correct boolean conditions in `changed_when` section ## Current Behavior ``` - name: Checking...
### Is your enhancement related to a problem? Please describe. We may publish `vscode-yaml` to `pre-release` channel - https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions
## Summary I'm playing with json-schema defaultSnippets. When snippet is used for 'object', indentation is ok, but with 'list' item is wrong. I'm not sure if it's the extension issue...
Hi, It would be nice to add a keys sorting feature. I use this a lot under Atom for my locale translations files: https://github.com/elledienne/easysort-yaml
## Summary I try to create a custom vscode extension for a custom _language_ based on yaml. My extension should load specific *json-schemas* and pass it to the `redhat.vscode-yaml` extension....
## Summary I have the following schema (it is just a simplified `jekyll.json` from my [PR](https://github.com/SchemaStore/schemastore/pull/2120)): ```json { "$schema": "http://json-schema.org/draft-07/schema", "$comment": "https://jekyllrb.com/docs/configuration/", "title": "Jekyll static site generator config file schema",...
### Is your enhancement related to a problem? Please describe. It's pretty common to use a YAML file having a multiline string filled with code. For instance, when is working...
## Describe the bug Due to experiments with the JSON schema and the YAML extension I find a little bug when I've tried to generate the suggested object. The problem...
## Summary I receive vscode-yaml exception when I am using official Bamboo [key](https://docs.atlassian.com/bamboo-specs-docs/8.0.2/specs.html?yaml#overriding-branch-settings-using-bamboo-specs) for specifying "branch-overrides". The error itself is `Incorrect type. Expected "job"` error. ## Relevant information My vsCode:...
- Issue Type: `Bug` - Extension Name: `vscode-yaml` - Extension Version: `0.17.0` - OS Version: `Windows_NT x64 10.0.19043` - VSCode version: `1.54.3` :warning: We have written the needed data into...