Version 0.5.0

This commit is contained in:
Kolja Lampe
2019-08-26 23:25:24 +02:00
parent 5c030613fa
commit cfb4824875
4 changed files with 18 additions and 3 deletions

View File

@@ -1,5 +1,20 @@
# Change Log
## 0.5.0
- Added commands for installing and browsing Elm packages
- Change extension icon
- Updated the language server
- Updated and clarified the readme in multiple ways, also added sublime text instructions
- Reworked settings and detection of `elm`, `elm-test` and `elm-format`
- Server figures out the elm version automatically
- Correctly detect cursors on or after the last character of a token
- elm.json detection is now handled by the server, the setting is deprecated
- Handle elm libraries better, we failed to load the correct deps before this
- You can configure when to run elm-analyse via the setting `elmAnalyseTrigger` ("change" | "save" | "never")
- Some cleanups for cases where the elm compiler does not respond with a json
## 0.4.2
- Updated the language server

2
package-lock.json generated
View File

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

View File

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

2
server

Submodule server updated: d8b4860f32...cd9c7971c4