yaml-language-server icon indicating copy to clipboard operation
yaml-language-server copied to clipboard

query param ignored when fetching schema

Open rajatjindal opened this issue 6 years ago • 0 comments

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?

rajatjindal avatar May 14 '19 08:05 rajatjindal