redhat-developer / yaml-language-server

Language Server for YAML Files
MIT License
1.06k stars 260 forks source link

fix: snippets in additionalProperties #951

Closed p-spacek closed 4 months ago

p-spacek commented 7 months ago

What does this PR do?

fixes issue where additionalProperties were ignored on value completion if the object schema contains properties

check the test and code fix, it's more descriptive probabbly

What issues does this PR fix or reference?

extends on of the previous fix https://github.com/redhat-developer/yaml-language-server/pull/717

Is it tested? How?

adds test

coveralls commented 7 months ago

Coverage Status

coverage: 84.076%. remained the same when pulling a7e86db703c937ad7079f7c2ca04c4699315eb27 on jigx-com:fix/snippets-in-aditionalProperties into 4b91dd31840131bec685b065e9a0c2f6814ae1e8 on redhat-developer:main.