> On Apr 24, 2020, at 9:52 AM, Ryan Joseph <generic...@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

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to