vscode-yaml
vscode-yaml copied to clipboard
YAML support for VS Code with built-in kubernetes syntax support
I just started recently using your extension and was quite pleased by the YAML language support it offers inside VScode. Unfortunately, as I progressed with my project, my YAML files...
## Describe the bug When using the `modifySchemaContent` it update the schema but does not validate the file with the new values added to the schema. ## Expected Behavior When...
## Describe the bug When a property is suggested from an enum inside an any-of, it is completed with any enum starting with the same name followed with dash or...
### What does this PR do? ### What issues does this PR fix or reference? ### Is it tested? How?
## Describe the bug In one of our Azure pipeline files we have the following part: ``` publishDocs: - docsArtifact: 'doorstop-html' docsSubdirectory: '' ${{ if eq(parameters.debugrun, true) }}: docsName: '$(docsName)-test'...
### What does this PR do? Add filename .clang-tidy as YAML ### What issues does this PR fix or reference? https://github.com/redhat-developer/vscode-yaml/issues/1052 ### Is it tested? How?
## Describe the bug I am trying to match files that have the same names, using folder depth to determine which schema to use. ## Expected Behavior I should be...
This is already done for `.clang-format`: https://github.com/redhat-developer/vscode-yaml/blob/41e0be736f2d07cdf7489e1c1c591b35b990e096/package.json#L67-L70 Would be nice to add `.clang-tidy` there as well.
If you have a folder (anywhere in the hierarchy of the file) suffixed with `tasks` then you get `Incorrect type. Expected "array".`. Examples: ``` foo |- foo.yaml (fine) |- tasks.yaml...
### What does this PR do? This PR will make vscode-yaml as default formatter for docker compose and github actions. Will do one more PR on client side as well...