mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
Version 0.5.0
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -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
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "elm-ls-vscode",
|
||||
"version": "0.4.2",
|
||||
"version": "0.5.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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
2
server
Submodule server updated: d8b4860f32...cd9c7971c4
Reference in New Issue
Block a user