TypeFox / yang-lsp

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

LSP Server does not report source of the diagnostics #246

Open esmasth opened 2 months ago

esmasth commented 2 months ago

It is very good to provide source of diagnostics as part of LSP diagnostics so that other sources for problems are easily identified in the IDE/editor UI.

Without the source of diagnostics the problems/issues are not easily traceable to the LSP server.

An example of impact is rendering like below image

pyang is the source which clearly identifies the source.