[fpc-pascal] Pascal Language Server
Ryan Joseph
genericptr at gmail.com
Fri Apr 24 04:52:10 CEST 2020
OK, I just downloaded the laz sources and rebuilt from scratch (as usual) and it's building with the 3.3.1 now.
I'm testing the server in Sublime Text and first thing I get is:
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}
I assume this is the response from the initialize message being malformed. What client were you testing in when developing?
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list