orbitalquark / textadept-lsp

Language server protocol client module for Textadept.
MIT License
28 stars 9 forks source link

Workaround for zk language server #21

Closed rayanamal closed 6 months ago

rayanamal commented 6 months ago

zk language server cannot accept an empty publishDiagnostics field. I have no single idea how this change would affect other language servers, nor whether textadept actually supports textDocument/publishDiagnostics capability's relatedInformation field.

orbitalquark commented 6 months ago

Hey, sorry for the delay. I was going to look into this when I have some time. If you are closing it because the zk language server can now handle an empty field, then please let me know.

rayanamal commented 6 months ago

No I didn’t close it, apparently deleting a branch automatically closes a PR.

Thinking about it again, it’s zk to blame here, not Textadept. So it’s maybe better if this remains closed, it seems its place is zk language server documentation.