File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11### Unreleased
22
3+ ### v0.17.5: 31 October 2023
4+
5+ #### Improvements
6+
7+ - Invalid environment variables config is now raised as message. Previously it would crash the server
8+ - Compile tracer is more error tolerant. It should now handle invalid DETS files and missing directories
9+ - Dialyzer is more error tolerant - it should now be able to recover from broken beam files on elixir 1.14+
10+
11+ #### Fixes
12+
13+ - Fixed crash when mix is unable to load deps. Loading of deps should now emit diagnostics
14+ - Fixed crash in complete when editing a map/struct
15+ - Fixed a crash in parser on ` untitled: ` schema files
16+ - Fixed a crash when emitting diagnostics and cwd is not present
17+
318### v0.17.4: 30 October 2023
419
520#### Improvements
Original file line number Diff line number Diff line change 1- 0.17.4
1+ 0.17.5
You can’t perform that action at this time.
0 commit comments