You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
### Unreleased
2
2
3
-
### v0.18.1: 27 December 2023
3
+
### v0.18.1: 28 December 2023
4
4
5
5
#### Improvements
6
6
7
7
- Variables defined in `ex_unit``test`, `setup` and `setup_all` context are now returned by completions provider. Navigation to variable definition and references now also works correctly
8
8
- Suggest spec code lens now emits specs for all arity variants when function has default arguments. Previously only the one with all parameters was emitted
9
9
- Missing required OTP `:crypto` module is now detected on startup
10
+
- Completions provider is now properly returning quoted remote calls. Previously accepting a suggestion would insert invalid code
0 commit comments