mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Defines a common protocol for language servers.
Without any context, it is not possible for a documentLink/resolve request to resolve anything because all a DocumentLink has is a non-null Range. To allow information to be transferred between a textDocument/documentLink request and a documentLink/resolve request, a new data field has been added for servers to populate it with information necessary for the resolution of the link. Signed-off-by: Remy Suen <remy.suen@gmail.com> |
||
|---|---|---|
| _data | ||
| _implementors | ||
| _includes | ||
| _layouts | ||
| css | ||
| img | ||
| js | ||
| resources | ||
| webfonts | ||
| .gitignore | ||
| 404.html | ||
| _config.yml | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.html | ||
| License.txt | ||
| overview.md | ||
| specification.md | ||
| ThirdPartyNotices.txt | ||