Skip to content

The response to textDocument/signatureHelp is not per spec #1324

Closed
OmniSharp/csharp-language-server-protocol
#258
@rwols

Description

@rwols
:: --> PowerShellEditorServices textDocument/signatureHelp(7): {'position': {'line': 0, 'character': 8}, 'textDocument': {'uri': 'file:///Users/raoulwols/Library/Application%20Support/Sublime%20Text%203/Packages/LSP-PowerShellEditorServices/test.ps1'}}
:: <<< PowerShellEditorServices 7: {'signatures': None}

The value of the signatures key should be an array (so not an array | null).
If there are no signatures available, you can send null instead of {"signatures": null}.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions