Skip to content

Commit

Permalink
Published new version with removed console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Mar 27, 2018
1 parent 6501c8f commit 088214d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ language servers for [VSCode](https://code.visualstudio.com/).

## History

### 4.0.1 Client

* removed unnecessary console log statement.

### 4.0.0 Server and Client

* implemented the latest protocol additions. Noteworthy are completion context, extensible completion item and symbol kind as well as markdown support for completion item and signature help. Moved to 4.0.0 version since the introduction of the completion context required a breaking change in the client middleware. The old signature:
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-languageclient",
"description": "VSCode Language client implementation",
"version": "4.0.0",
"version": "4.0.1",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 088214d

Please sign in to comment.