Defines a common protocol for language servers.
Find a file
Remy Suen 65def19c25 Add deprecated property to CompletionItem and SymbolInformation
It should be possible for completion items and symbols to be flagged
as being deprecated. Some editors and IDEs flag such deprecated items
by applying a visual affordance such as striking the text out. By
introducing this new deprecated property, these editors and IDEs will
be able to use its deprecation UI affordance when supporting a
language via the LSP.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-26 10:46:17 -04:00
_data Add change Log 2018-04-05 15:52:47 +02:00
_implementors Added space 2018-04-26 15:58:22 +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 deprecated property to CompletionItem and SymbolInformation 2018-04-26 10:46:17 -04:00
ThirdPartyNotices.txt Added license.txt and ThridPartyNotices.txt 2017-12-21 11:34:44 +01:00