openlawlibrary / pygls

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

Provide more detail in exception #473

Closed tamird closed 3 months ago

tamird commented 3 months ago

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

See https://github.com/microsoft/vscode-pylint/issues/510 where this exception arises.

Code review checklist (for code reviewer to complete)

Automated linters

You can run the lints that are run on CI locally with:

poetry install --all-extras --with dev
poetry run poe lint
tamird commented 3 months ago

Updated the commit message to appease commitlint.

tamird commented 3 months ago

Checks are passing. Is this ready to review/merge?

tombh commented 3 months ago

I apologise, I often forget to come back after clicking "Approve run".

Thanks for the PR ♥️