Defines a common protocol for language servers.
Find a file
Remy Suen 7d805bc595 Add new data field to DocumentLink to support documentLink/resolve properly
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>
2018-04-26 08:47:07 -04:00
_data Add change Log 2018-04-05 15:52:47 +02:00
_implementors Merge pull request #460 from elazarg/patch-1 2018-04-26 12:56:06 +02:00
_includes Add GA and update cookie handling 2018-03-13 12:03:37 -07:00
_layouts Add GA and update cookie handling 2018-03-13 12:03:37 -07:00
css enable scrolling on sticky sidebar 2018-04-05 10:37:42 -04:00
img Update favicon 2018-01-11 11:36:29 -08:00
js final update 2018-03-19 08:30:11 -07:00
resources Move notes.md to resources 2017-12-20 14:50:32 +01:00
webfonts Initial commit of the web site 2017-12-14 15:05:38 +01:00
.gitignore Initial commit of the web site 2017-12-14 15:05:38 +01:00
404.html Initial commit of the web site 2017-12-14 15:05:38 +01:00
_config.yml Update title for better SEO 2018-02-28 13:50:05 -08:00
Gemfile Update to jekyll version used by GitHub 2017-12-20 18:42:08 +01:00
Gemfile.lock Fixes #420: Specification Typo 2018-03-12 10:26:00 +01:00
index.html Fix typo 2018-01-23 09:57:48 +00:00
License.txt Added license.txt and ThridPartyNotices.txt 2017-12-21 11:34:44 +01:00
overview.md Fix typo 2018-01-23 09:57:48 +00:00
specification.md Add new data field to DocumentLink to support documentLink/resolve properly 2018-04-26 08:47:07 -04:00
ThirdPartyNotices.txt Added license.txt and ThridPartyNotices.txt 2017-12-21 11:34:44 +01:00