In some schemes a string containing a number is listed, but the extension will insert the number without quotes (and then it will give an error because it doesn't match the options). And this can be a problem with values like 3.10 vs "3.10" (the former could get parsed as 3.1).
In some schemes a string containing a number is listed, but the extension will insert the number without quotes (and then it will give an error because it doesn't match the options). And this can be a problem with values like
3.10
vs"3.10"
(the former could get parsed as 3.1).Looks like this problem was fixed upstream in https://github.com/redhat-developer/yaml-language-server/pull/340