-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with required in schema #125
Comments
I just want to add that this is also easily reproducible in the Monaco YAML example:
|
I think If the type is incorrect, it shows Incorrect type, Expected "2021-09-28", which seems to refer to the last URL segment of the schema foo @medihack could you create the upstream bug? |
This isn’t fixed by the upgrade to yaml-language-server 1.0. (See #126)
|
@remcohaszing I wonder if this is really the case, because when I empty the document on the demo site and switch to another schema (e.g.
Not sure if this is always the case, because for example with the |
With the below schema and an empty Monaco editor, I initially get the correct error message
Missing property "title"
. If I then type in a title the error message correctly disappears, but if I delete the title again the error message is not showing up anymore.Could an upgrade to yaml-language-server v1.0 fix this (I saw that you replaced nodeca/js-yaml with eemeli/yaml over there)?
The text was updated successfully, but these errors were encountered: