We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YAML autocompletion and validation works as expected for the first YAML definition in the file.
Validation works also as expected.
When I try to add another YAML definition into the same file, there is no autocompletion or validation available.
It would be great if you can add multiple resources with the same or different schema in the same file.
My schema "test.schema.json" is
{ "properties": { "my_key": { "description": "My string", "enum": ["my_value"], "type": "string" } }, "type": "object" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
YAML autocompletion and validation works as expected for the first YAML definition in the file.
Validation works also as expected.
When I try to add another YAML definition into the same file, there is no autocompletion or validation available.
Expected Behavior
It would be great if you can add multiple resources with the same or different schema in the same file.
Steps to Reproduce
My schema "test.schema.json" is
Environment
The text was updated successfully, but these errors were encountered: