Skip to content

Commit

Permalink
Prepare 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Mar 9, 2020
1 parent 4e07398 commit 1d4ebf9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ server/.github/**
**/tsconfig.json
**/tsconfig.base.json
contributing.md
.travis.yml
client/node_modules/**
!client/node_modules/vscode-jsonrpc/**
!client/node_modules/vscode-languageclient/**
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.9.4

- Updated the language server
- Improved goto definition, find references and rename for anonymous functions, let definitions, destructured functions in let definitions, destructured parameters and case branches
- Show comment from type for type constructor

## 0.9.3

- Improve auto closing and surrounding pairs some more
Expand Down
6 changes: 3 additions & 3 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/request": "^2.48.4",
"@types/vscode": "^1.42.0",
"vscode-test": "^1.3.0",
"typescript": "3.8.2"
"typescript": "3.8.3"
}
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"icon": "images/elm.png",
"author": "Kolja Lampe",
"license": "MIT",
"version": "0.9.3",
"version": "0.9.4",
"repository": {
"type": "git",
"url": "https://github.com/elm-tooling/elm-language-client-vscode"
Expand Down Expand Up @@ -148,6 +148,6 @@
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.1.0",
"tslint-sonarts": "^1.9.0",
"typescript": "3.8.2"
"typescript": "3.8.3"
}
}
2 changes: 1 addition & 1 deletion server

0 comments on commit 1d4ebf9

Please sign in to comment.