File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11### Unreleased
22
3+ ### v0.26.3: 30 January 2025
4+
5+ #### Improvements
6+
7+ - Better handling of AST with cursor in defs and typespecs
8+ - ElixirLS will now respect that locals are not accessible in module body
9+ - Macro accessibility rules are now respected in type inference engine
10+
11+ #### Fixes
12+
13+ - Fixed completions crash in keyword options
14+ - Fixed completions crash when cursor line in request was outside document range
15+ - Fixed completions crash when unable to format spec
16+ - Fixed a crash when surround context around cursor is dynamic alias
17+ - Fixed a crash when elixir 1.18.0 emits diagnostics without column position
18+ - Fixed completions crash on capture arg
19+ - Fixed signature provider crash on protocol reflection functions
20+ - Fixed multiple provider crashes when LSP request position falls exactly in the middle of UTF16 high surrogate pair
21+
322### v0.26.2: 2 January 2025
423
524#### Improvements
Original file line number Diff line number Diff line change 1- 0.26.2
1+ 0.26.3
You can’t perform that action at this time.
0 commit comments