Description
:: --> 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}
.