[fpc-pascal] Pascal Language Server
Ryan Joseph
genericptr at gmail.com
Fri Apr 24 05:23:23 CEST 2020
> On Apr 24, 2020, at 9:52 AM, Ryan Joseph <genericptr at gmail.com> wrote:
>
> LSP: invalid response payload {'id': 1, 'result': {'capabilities': {'completionProvider': {'triggerCharacters': None, 'allCommitCharacters': None, 'resolveProvider': False}, 'textDocumentSync': {'openClose': True, 'change': 1}}}, 'jsonrpc': '2.0', 'error': None}
Just tested on my language server and the problem is you provided a null error key, which is not in the protocol.
I've never seen the fpjsonrpc unit before so I don't know where this got inserted but it needs to be removed.
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list