From 5565c8be4ba0d5324ff06462c4b64bf0616bca71 Mon Sep 17 00:00:00 2001 From: Sean McBreen Date: Mon, 27 Jun 2016 11:38:51 -0700 Subject: [PATCH] Updating to include Eclipse Che blog. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6beb27..b748b78 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Language Server Protocol -> **Note:** A blog covering the background and mechanics of the protocol has been added to the [Visual Studio Code](https://code.visualstudio.com/blogs) site. Additionally today [RedNat](http://developers.redhat.com/blog/2016/06/27/a-common-interface-for-building-developer-tools/), [Codenvy](http://blog.codenvy.com/) and [others](https://github.com/Microsoft/language-server-protocol/wiki/Protocol-Implementations) announced support for the protocol. +> **Note:** A blog covering the background and mechanics of the protocol has been added to the [Visual Studio Code](https://code.visualstudio.com/blogs) site. Additionally today [RedNat](http://developers.redhat.com/blog/2016/06/27/a-common-interface-for-building-developer-tools/), [Eclipse Che](http://che.eclipse.org/eclipse-che-now-strategic-platform-red-hat/) and [others](https://github.com/Microsoft/language-server-protocol/wiki/Protocol-Implementations) announced support for the protocol. The Language Server protocol is used between a tool (the client) and a language smartness provider (the server) to integrate features like auto complete, goto definition, find all references and alike into the tool. The following diagram illustrates the communication between a tool and the language server.