TypeFox / yang-lsp

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

Introduce yang-lsp-settings-schema.json #234

Closed esmasth closed 5 months ago

esmasth commented 5 months ago

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/yang-lsp#233

esmasth commented 5 months ago

There is possibly more work required for distribution aspects for various IDE LSP Clients implementations to provide associations to yang.settings in respective environments.

dhuebner commented 5 months ago

@esmasth Thank you for this contribution!