openlawlibrary / pygls

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

Keep track of a text document's `language_id` #252

Closed alcarney closed 2 years ago

alcarney commented 2 years ago

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

This ensures that pygls remembers the language_id of text documents opened by the client.

Closes #212

Code review checklist (for code reviewer to complete)

tombh commented 2 years ago

What a productive day!