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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@
12
12
13
13
## master
14
14
15
+
#### :nail_care: Polish
16
+
17
+
- More cases of not emitting `_` when completing in expressions. https://github.com/rescript-lang/rescript-vscode/pull/890
18
+
15
19
## 1.34.0
16
20
17
21
#### :rocket: New Feature
@@ -23,7 +27,7 @@
23
27
#### :nail_care: Polish
24
28
25
29
- Better error recovery when analysis fails. https://github.com/rescript-lang/rescript-vscode/pull/880
26
-
- Do not emit `_` when completing in patterns. https://github.com/rescript-lang/rescript-vscode/pull/885
30
+
- Do not emit `_` when completing in expressions. https://github.com/rescript-lang/rescript-vscode/pull/885
27
31
- Include fields when completing a braced expr that's an ID, where it the path likely starts with a module. https://github.com/rescript-lang/rescript-vscode/pull/882
0 commit comments