Gorkem Ercan
Gorkem Ercan
It is very hard for us to match a excerpt of YAML to a schema or filename. Can you please provide more details so that we can try to reproduce...
Does auto-complete work without those settings? Please provide more information on how we can replicate this issue.
@msivasubramaniaan can you please check this out?
This seems to be related to how the mappings are processed from settings. A workaround until a fix is available Is to remove the json-schema mapping from `settings.json` and use...
@evidolob I suppose we can extend JSON schema, but I am not sure how common the use-case is at the moment. Let's gather more feedback on the usage before we...
We do not have a linting option that limits column length. We depend on the editors that the `yaml-language-server` depends on for this functionality. What do you use for YAML...
It is possible to modify and reload schemas. I do not have an example that uses `yaml-language-server` directly, but we expose [this API](https://github.com/redhat-developer/vscode-yaml/wiki/Extension-API#schema-modification-new-as-of-070) on `vscode-yaml`. This [file ](https://github.com/redhat-developer/vscode-yaml/blob/main/src/schema-extension-api.ts) should hint...
I suppose we can give priority to `fileMatch` rules with a path over filename only ones.
We are not really specifying a priority order for completion items it is sorted according to the alphabetical order. The `!` character puts custom tags on top. There is no...
JSON Schema does not have a date type. I think the `format` field with `date-time` as value can be a way to express this via a schema.