Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jul 24, 2018
1 parent 08e5616 commit ebc1096
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ language servers for [VSCode](https://code.visualstudio.com/).
### 4.4.0 Client & 4.4.0 Server & 3.10.0 Protocol

* [Implement hierarchical document outline](https://github.com/Microsoft/vscode-languageserver-node/issues/373)
* `Color`, `ColorInformation`, `ColorPresentation` moved to Types
* `FoldingRangeRequest` protocol added:
* New APIs in Types: `FoldingRange`, `FoldingRangeKind`
* New APIs in Protocol: `FoldingRangeRequest`, `FoldingRangeRequestParam`, `FoldingRangeClientCapabilities`, `FoldingRangeServerCapabilities`, `FoldingRangeProviderOptions`,

### 4.3.0 Client & 4.3.0 Server & 3.9.0 Protocol

Expand Down Expand Up @@ -77,6 +81,9 @@ provideCompletionItem?: (this: void, document: TextDocument, position: VPosition
* [Experiencing infinite recursion in this code in VSCode 1.18.1](https://github.com/Microsoft/language-server-protocol/issues/279)
* [LangaueClient#handleConnectionClosed fails to restart if this._resolvedConnection.dispose() throws](https://github.com/Microsoft/vscode-languageserver-node/issues/286)

### 3.6.1 Types
* ESM added as output format (for Webpack and other ESM consumers)

### 3.5.0 Server and Client

* allow the client to start the server in detached mode. If the server is running detached the client will not monitor the server process and kill it on shutdown.
Expand Down

0 comments on commit ebc1096

Please sign in to comment.