mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
Prepare 0.6.0
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -1,9 +1,28 @@
|
||||
# Change Log
|
||||
|
||||
## 0.6.0
|
||||
|
||||
- Reference code lenses are now clickable, try it!
|
||||
|
||||
- Updated the language server
|
||||
- Add elm make code actions for more compiler errors
|
||||
- Various improvements to folding
|
||||
- Process files on init in parallel
|
||||
- Fixed some problems with references not being correct
|
||||
- Fallback to old configuration flow when clients don't support the new one
|
||||
- Get rid of crypto deprecation warnings
|
||||
|
||||
- Updated tree-sitter syntax parsing
|
||||
- Add glsl parsing
|
||||
- Nest if/then/else expressions
|
||||
- Let and in now correctly nest
|
||||
- Change when block_comments are set, should now be better for annotations
|
||||
- End functions/case as early as possible, so they don't include whitespace
|
||||
|
||||
## 0.5.2
|
||||
|
||||
- Updated the language server
|
||||
- Fixed case where elm-format might have strip the last line from you files
|
||||
- Fixed case where elm-format might have stripped the last line from you files
|
||||
|
||||
## 0.5.1
|
||||
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
- Increase the version in `package.json`
|
||||
- Run `npm install`
|
||||
- Run `npm run compile`
|
||||
- Push the code to github and wait for the CI
|
||||
- Run `vsce`
|
||||
- Tag the new version on github
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "elm-ls-vscode",
|
||||
"version": "0.5.2",
|
||||
"version": "0.6.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"icon": "images/elm.png",
|
||||
"author": "Kolja Lampe",
|
||||
"license": "MIT",
|
||||
"version": "0.5.2",
|
||||
"version": "0.6.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/elm-tooling/elm-language-client-vscode"
|
||||
|
||||
2
server
2
server
Submodule server updated: 628cd72f65...3d11c71e8d
Reference in New Issue
Block a user