Closed p-spacek closed 6 months ago
fixes issue where additionalProperties were ignored on value completion if the object schema contains properties
additionalProperties
properties
check the test and code fix, it's more descriptive probabbly
extends on of the previous fix https://github.com/redhat-developer/yaml-language-server/pull/717
adds test
coverage: 84.076%. remained the same when pulling a7e86db703c937ad7079f7c2ca04c4699315eb27 on jigx-com:fix/snippets-in-aditionalProperties into 4b91dd31840131bec685b065e9a0c2f6814ae1e8 on redhat-developer:main.
What does this PR do?
fixes issue where
additionalProperties
were ignored on value completion if the object schema containsproperties
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