Closed felixfbecker closed 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.
{}
null
{ contents: [] }
https://microsoft.github.io/language-server-protocol/specification#textDocument_hover
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