mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
Prepare 0.4.0
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,5 +1,21 @@
|
||||
# Change Log
|
||||
|
||||
## 0.1.0
|
||||
## 0.4.0
|
||||
|
||||
- Updated the language server
|
||||
- Use WASM version of tree-sitter and updated tree-sitter - This mean multiple parsing improvements
|
||||
- Added completions for methods defined in a let scope
|
||||
- Added completions from case branches
|
||||
- Added code actions for some rename suggestions from elm make
|
||||
- Removed the ability to run elm-test for now, as it was problematic
|
||||
- Determine the used elm version, so that we're ready for 0.19.1
|
||||
- Cleaned up the symbols that we show in the outline or when searching
|
||||
- Fixed multiple problems with multi workspace useage
|
||||
- Fixed type references including (..) on search or rename
|
||||
- Fixed elm make not reporting the correct path in some edgecases
|
||||
- Don't reveal the output channel on each log
|
||||
- Better names for output channels in multi workspace projects
|
||||
|
||||
## 0.3.0
|
||||
|
||||
- Initial release
|
||||
|
||||
2
server
2
server
Submodule server updated: 1f605264e4...99d1ab3e2b
Reference in New Issue
Block a user