Skip to content

Commit

Permalink
Prepare 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Aug 29, 2023
1 parent 196539a commit 44168cf
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 2.7.1

- Add a code action for extracting a type alias
- Update packages ranking
- Support virtual file systems (for running in the browser)
- Handle when watched files are changed
- Register install package code action dynamically
- Improve how kernel modules are tracked
- Ensure that workspaces are initialized before findTests request
- Fix bug that causes a bad source file
- Fix regression that broke incremental tree parsing
- Start disposing resources on server exit
- Tree sitter parser improvements due to update
- Update dependencies

## 2.7.0

- Suggest auto import completions and code actions for module aliases
Expand Down
4 changes: 2 additions & 2 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
@@ -1,7 +1,7 @@
{
"name": "@elm-tooling/elm-language-server",
"description": "Implementation of an elm language server in node.",
"version": "2.7.0",
"version": "2.7.1",
"author": "Kolja Lampe",
"license": "MIT",
"main": "./out/module.js",
Expand Down Expand Up @@ -78,4 +78,4 @@
"language-server",
"lsp"
]
}
}
Binary file modified tree-sitter-elm.wasm
Binary file not shown.

0 comments on commit 44168cf

Please sign in to comment.