sourcegraph / python-langserver

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

Invalid response on hover #55

Closed felixfbecker closed 6 years ago

felixfbecker commented 6 years ago

There are a couple cases in which the language server returns an empty object {}, which is not valid according to the spec. null or { contents: [] } are.

https://microsoft.github.io/language-server-protocol/specification#textDocument_hover