-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add Option for Forcing Validation against Schema Draft 2020-12 #122
Comments
The message I just pushed more support and most of new properties are now supported: #133 |
I can confirm that the behaviour described in detail by @VanessaRussell has already been in place by the time I opened this suggestion in early January - this is exactly why I did so. :) But thank you for working on the new drafts, @aeschli, this will be a nice improvement to have! |
This got fixed in the meantime. You will only see a warning when the schema uses a feature that we don't support. |
As described in #116, the error-prone validation against drafts 2019-09 and 2020-12 (the latter being the one I care about) has been dropped, instead the message is shown, that these drafts are not supported.
I understand the necessity of this behaviour, but as a user of VSCode who is relying on schemata that so happen to be draft 2020-12, it's also not very useful, and essentially forces me to use a different editor instead.
Would it be an option to prompt the user the question, if they want to have validation anyways, acknowledging that it may result in false positives? It would presumably require a option for "force validating non-supported schema versions".
The text was updated successfully, but these errors were encountered: