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-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,13 @@
14
14
15
15
#### :rocket: New Feature
16
16
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
-
- Markdown code blocks tagged as `rescript` now get basic syntax highlighting.
17
+
- Inlay Hints (experimetal). `rescript.settings.inlayHints.enable: true`. Turned off by default. https://github.com/rescript-lang/rescript-vscode/pull/453
18
+
- Code Lenses for functions (experimetal). `rescript.settings.codeLens: true`. Turned off by default. https://github.com/rescript-lang/rescript-vscode/pull/513
19
+
- Markdown code blocks tagged as `rescript` now get basic syntax highlighting. https://github.com/rescript-lang/rescript-vscode/pull/97
20
+
20
21
#### :bug: Bug Fix
21
22
22
-
- Fix Incorrect rendering on the right of `external`
23
+
- Fix Incorrect semantic highlighting of `external` declarations https://github.com/rescript-lang/rescript-vscode/pull/517
0 commit comments