vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
## Describe the bug If a schema uses `anyOf` and multiple objects have a property with the same name, but different sets of required fields, then that property shows up...
### What does this PR do? Upgraded vscode version to 1.70.0 for support pre-release ### What issues does this PR fix or reference? https://github.com/redhat-developer/vscode-yaml/issues/819 https://github.com/redhat-developer/vscode-yaml/issues/796 ### Is it tested? How?...
## Describe the bug ``` Can't install pre-release version of 'redhat.vscode-yaml' extension because it is not compatible with the current version of Visual Studio Code - Insiders (version 1.72.0-insider). ```...
## Describe the bug Hi, I use YAML + GitHub Workflow schema + [composite actions](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-composite-actions) ## Expected Behavior No errors ## Current Behavior  ## Steps to Reproduce Here are...
## Describe the bug When defining description at the root of the schema, this piece of information does not get displayed. ## Expected Behavior Description should be displayed when mouse...
Type: Bug Create file test.libraries.yml: test: version: '1.0' js: js/test.js: { preprocess: false } Wait validation against https://json.schemastore.org/drupal-libraries.json Validation mark attribute "preprocess" like error, but isn't! Extension version: 1.10.1 VS...
Since this plugin is with built-in Kubernetes syntax, we need also an option to ignore spaces on lists. Now the plugin forces this ```yaml my_list: - 1 - 2 -...
### What does this PR do? Changes the signature of `ExtensionAPI.requestSchemaContent` to include `Promise` as a return value since the internal interface and the implementation supports it. It's not that...
Ref: https://github.com/ansible/vscode-ansible/issues/597 `.vscode/extensions.json`: ```jsonc { // List of extensions which should be recommended for users of this workspace. "recommendations": [ "redhat.ansible", "redhat.vscode-yaml", ] } ``` `.vscode/settings.json`: ```jsonc // Workspace settings...
- Issue Type: `Performance` - Extension Name: `vscode-yaml` - Extension Version: `1.9.1` - OS Version: `Windows_NT x64 10.0.19044` - VS Code version: `1.70.2` Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load