Version 0.5.1

This commit is contained in:
Kolja Lampe
2019-08-27 18:25:04 +02:00
parent 182401a51c
commit d4f4f9cb2f
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Change Log
## 0.5.1
- Fixed missing dependency on startup
- Updated the language server
- Fix problem on init on windows systems
## 0.5.0
- Added commands for installing and browsing Elm packages

View File

@@ -6,7 +6,7 @@
"icon": "images/elm.png",
"author": "Kolja Lampe",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "https://github.com/elm-tooling/elm-language-client-vscode"

2
server

Submodule server updated: bde2583b34...6a2b93e149