Prepare 0.7.2

This commit is contained in:
Kolja Lampe
2019-10-28 02:17:10 +01:00
parent ce68939204
commit d657e01d24
4 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,15 @@
# Change Log
## 0.7.2
- Update `elm.json` schema to allow `0.19.1` as a version
- Renamed extension from `ElmLS` to `Elm`
- Updated the language server
- Add more feedback on init for common errors
- Make sure a file without permissions doesn't crash the server
- `-v` to print version was not working
## 0.7.1
- Updated the language server

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "elm-ls-vscode",
"version": "0.7.1",
"version": "0.7.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

2
server

Submodule server updated: 0a4cfd8067...8a4309f5ce