Skip to content

Commit e81288b

Browse files
committed
Clarify readme and changelog.
1 parent 1246434 commit e81288b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#### :rocket: New Feature
1616

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.
1919

2020
## v1.4.2
2121

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ rescript.settings.inlayHints.maxLength: 25
119119

120120
### Code Lens (experimental)
121121

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.
123123

124124
```jsonc
125125
// Enable (experimental) code lens.

0 commit comments

Comments
 (0)