yaml-language-server
yaml-language-server copied to clipboard
query param ignored when fetching schema
thanks for working on this extension. It is very helpful.
I recently started using this extension and ran into an issue which I am not very sure if its a supported use case.
I have a webserver that returns the schema based on the schema-version of file. so user can specify the schema-version as query param as follows:
"yaml.schemas": { "https://myhost.example.com/get-schema?version=1.x": "*" }
When I use the above url in yaml schemas, the query param never makes it to the server. Is that expected?