-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Provision of jsonschema for yang.settings from origin #233
Comments
esmasth
added a commit
to esmasth/yang-lsp
that referenced
this issue
Mar 10, 2024
The JSON Schema for the yang.settings file is specified to allow for various IDE plugins to take the LSP version corresponding schema and associate them to the yang.settings for ease of editing and review. It is also updated that yang.settings is a JSON with Comments filetype since it was already supporting comments. This change addresses the issue TypeFox#233 Signed-off-by: Siddharth Sharma <siddharth.sharma@ericsson.com>
This was referenced Mar 10, 2024
esmasth
added a commit
to esmasth/yang-lsp
that referenced
this issue
Mar 16, 2024
Also modularize editorconfig settings This change relates to TypeFox#233 Signed-off-by: Siddharth Sharma <siddharth.sharma@ericsson.com>
esmasth
added a commit
to esmasth/yang-lsp
that referenced
this issue
Mar 16, 2024
Also modularize editorconfig settings This change relates to TypeFox#233 Signed-off-by: Siddharth Sharma <siddharth.sharma@ericsson.com>
esmasth
added a commit
to esmasth/yang-lsp
that referenced
this issue
Mar 16, 2024
Also - added markdownDescription statements to json schema - modularized editorconfig settings, and added more files - resolved markdownlint warnings This change relates to TypeFox#233 Signed-off-by: Siddharth Sharma <siddharth.sharma@ericsson.com>
esmasth
added a commit
to esmasth/yang-lsp
that referenced
this issue
Mar 16, 2024
Also - added markdownDescription statements to json schema - modularized editorconfig settings, and added more files - resolved markdownlint warnings This change relates to TypeFox#233 Signed-off-by: Siddharth Sharma <siddharth.sharma@ericsson.com>
esmasth
added a commit
to esmasth/yang-lsp
that referenced
this issue
Mar 16, 2024
Also - added markdownDescription statements to json schema - modularized editorconfig settings, and added more files - resolved markdownlint warnings This change relates to TypeFox#233 Signed-off-by: Siddharth Sharma <siddharth.sharma@ericsson.com>
esmasth
added a commit
to esmasth/yang-lsp
that referenced
this issue
Mar 16, 2024
Also - added markdownDescription statements to json schema - modularized editorconfig settings, and added more files - resolved markdownlint warnings This change relates to TypeFox#233 Signed-off-by: Siddharth Sharma <siddharth.sharma@ericsson.com>
esmasth
added a commit
to esmasth/yang-lsp
that referenced
this issue
Mar 22, 2024
Also modularize editorconfig settings This change relates to TypeFox#233 Signed-off-by: Siddharth Sharma <siddharth.sharma@ericsson.com>
esmasth
added a commit
to esmasth/yang-lsp
that referenced
this issue
Mar 22, 2024
Also - added markdownDescription statements to json schema - modularized editorconfig settings, and added more files - resolved markdownlint warnings This change relates to TypeFox#233 Signed-off-by: Siddharth Sharma <siddharth.sharma@ericsson.com>
#238 which addresses this is merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a working jsonschema based on https://json-schema.org/, which helps a lot in populating the yang.settings file in my projects.
It would be great to get it from the origin so that projects like TypeFox/yang-vscode can apply the validation through the IDEs without user management of YANG LSP used by the IDE/editor and corresponding applicable JSON schema out of band for each project.
The text was updated successfully, but these errors were encountered: