openlawlibrary / pygls

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

[pygls] Filter files by file extension support #24

Closed danixeee closed 5 years ago

danixeee commented 5 years ago

This will allow setting up file extensions that will be processed by pygls. Other files will be ignored.

augb commented 5 years ago

This should be handled in the language server based off of pygls.