File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
#### :rocket : New Feature
16
16
17
- - Inlay Hints (experimetal). ` rescript.settings.inlayHints.enable: true `
18
- - Code Lenses for functions (experimetal). ` rescript.settings.codeLens: true `
17
+ - Inlay Hints (experimetal). ` rescript.settings.inlayHints.enable: true ` . Turned off by default.
18
+ - Code Lenses for functions (experimetal). ` rescript.settings.codeLens: true ` . Turned off by default.
19
19
20
20
## v1.4.2
21
21
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ rescript.settings.inlayHints.maxLength: 25
119
119
120
120
### Code Lens (experimental)
121
121
122
- This tells the editor to add code lenses to function definitions, showing its full type as an annotation above the definition.
122
+ This tells the editor to add code lenses to function definitions, showing its full type above the definition.
123
123
124
124
``` jsonc
125
125
// Enable (experimental) code lens.
You can’t perform that action at this time.
0 commit comments