From d354281fb2bcc9bc020d84df78e44a6ebbca82a6 Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Tue, 31 Jan 2017 13:06:09 +0500 Subject: [PATCH] Remove notion of the next tag of the node implementation --- protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol.md b/protocol.md index 5c90790..be19621 100644 --- a/protocol.md +++ b/protocol.md @@ -10,7 +10,7 @@ This document describes version 3.0 of the language server protocol. Major goals - add feature flag to indicate if the client support the new `range` property on `CompletionItem`. - add a `rootUri` property to the initializeParams in favour of the `rootPath` property. -An implementation for node of the 3.0 version of the protocol can be found [here](https://github.com/Microsoft/vscode-languageserver-node). The version is currently available at the next tag to allow for feedback. Plan is to release final 3.0 early 2017. +An implementation for node of the 3.0 version of the protocol can be found [here](https://github.com/Microsoft/vscode-languageserver-node). The 2.x version of this document can be found [here](https://github.com/Microsoft/language-server-protocol/blob/master/versions/protocol-2-x.md). The 1.x version of this document can be found [here](https://github.com/Microsoft/language-server-protocol/blob/master/versions/protocol-1-x.md). @@ -2608,4 +2608,4 @@ export interface ApplyWorkspaceEditResponse { applied: boolean; } ``` -* error: code and message set in case an exception happens during the request. \ No newline at end of file +* error: code and message set in case an exception happens during the request.