sourcegraph / python-langserver

Language server which talks LSP via JSONRPC for Python.
MIT License
102 stars 12 forks source link

`Twisted` isn't handled correctly #28

Open akhleung opened 7 years ago

akhleung commented 7 years ago

https://github.com/twisted/twisted

It's because the top level source folder is under src, and our workspace abstraction isn't able to figure that out while keeping all the packages and exported names correct.