-
Notifications
You must be signed in to change notification settings - Fork 228
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
Consider providing a 'yamlValidation' contribution point for registering a schema #37
Comments
Added in 9fdaa7f! |
nice! |
@JPinkney can you also add some documentation for it ? |
@gorkem Yes, i'll do that now |
apupier
pushed a commit
to apupier/vscode-yaml
that referenced
this issue
Jul 2, 2020
Fixing issue 34
bleach31
pushed a commit
to bleach31/vscode-yaml
that referenced
this issue
Jan 25, 2022
… it contains \r charactor at redhat-developer/yaml-language-server#37
bleach31
pushed a commit
to bleach31/vscode-yaml
that referenced
this issue
Jan 25, 2022
fix issue redhat-developer#37 completionHelper will break yaml file if it contains \r …
Related on Stack Overflow: How do I assign a JSON Schema to a YAML file in my VS Code extension? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Such a contribution point enables an extension author to contribute a YAML schema association same as is done for JSON and its
jsonValidation
contribution point.https://code.visualstudio.com/docs/extensionAPI/extension-points#_contributesjsonvalidation
The corresponding code in the JSON extension for this can be found here:
https://github.com/Microsoft/vscode/blob/master/extensions/json/client/src/jsonMain.ts#L174
The text was updated successfully, but these errors were encountered: