openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
568 stars 103 forks source link

feat: add workspace diagnostic support #363

Closed karthiknadig closed 1 year ago

karthiknadig commented 1 year ago

Description (e.g. "Related to ...", etc.)

Adds workspace diagnostic request support.

Code review checklist (for code reviewer to complete)

tombh commented 1 year ago

Does this contribute to LSP 3.17 support? We've got a tracking issue at https://github.com/openlawlibrary/pygls/issues/346

karthiknadig commented 1 year ago

@tombh Yes. The diagnostics had two parts document diagnostics and workspace diagnostics. My Previous PR (https://github.com/openlawlibrary/pygls/pull/360) added document diagnostic. This one adds the workspace diagnostic.

tombh commented 1 year ago

Thank you ✨