TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
51 stars 13 forks source link

Provision of jsonschema for yang.settings from origin #233

Closed esmasth closed 4 months ago

esmasth commented 5 months ago

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.

esmasth commented 4 months ago

TypeFox/yang-lsp#238 which addresses this is merged