microsoft / language-server-protocol

Defines a common protocol for language servers.
https://microsoft.github.io/language-server-protocol/
Creative Commons Attribution 4.0 International
10.95k stars 766 forks source link

add method textDocument/publishDiagnosticLongDescriptions and add type DiagnosticLongDescription #1826

Closed RobbyCBennett closed 9 months ago

RobbyCBennett commented 9 months ago

https://github.com/microsoft/language-server-protocol/issues/1461

dbaeumer commented 9 months ago

Same as https://github.com/microsoft/language-server-protocol/pull/1825

RobbyCBennett commented 9 months ago

This could easily utilize a lot of memory. It is not easy to implement. I'm going to close it.

The existing URI functionality should be fine: files for languages servers for offline descriptions on the local machine and http/https requests for online descriptions.