Open
Description
In the bug I filed yesterday #1458 discusses tranfsering documents from server to client.
The impetus for that request though was dealing with long diagnostic messages.
Thinking through it a different solution than #1458 might be instead adding an long_message?: string
field to diagnostic. This would appear to be a much simpler fix for the problem that I am dealing with, having less weirdness involving uri
for the lsp server, and new request types.