We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f1e98 commit 7a59025Copy full SHA for 7a59025
CHANGELOG.md
@@ -12,6 +12,10 @@
12
13
### Bug fixes
14
15
+- Fixed a bug where the language server would not show type-related code action
16
+ for record fields in custom type definitions.
17
+ ([cysabi](https://github.com/cysabi))
18
+
19
## v1.11.1 - 2025-06-05
20
21
### Compiler
@@ -28,7 +32,3 @@
28
32
- Fixed a bug where a bit array segment matching on a floating point number
29
33
would match with `NaN` or `Infinity` on the JavaScript target.
30
34
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
31
-
-- Fixed a bug where the language server would not show the "Unqualify type"
- code action for record declarations.
- ([cysabi](https://github.com/cysabi))
0 commit comments