Releases: elm-tooling/elm-language-server
Releases · elm-tooling/elm-language-server
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
-
Various improvements to folding
-
Process files on init in parallel
-
Reference codelenses can now be clicked
-
Fixed some problems with references not being correct
-
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
1.3.2
1.3.1
1.3.0
- Updated and clarified the readme in multiple ways, also added sublime text instructions
- Reworked settings and detection of
elm
,elm-test
andelm-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