sourcegraph / python-langserver

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

workspace/symbol fails #35

Open sqs opened 6 years ago

sqs commented 6 years ago

When running workspace/symbol on the sourcegraph/sourcegraph repo, I get the following error from this Python lang server:

LSP workspace/symbol: jsonrpc2: code -32603 message: 'NoneType' object has no attribute 'lower'