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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ All notable changes to FScript are documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.43.0]
8
+
9
+
7
10
- Switched LSP local go-to-definition to lexical AST binding resolution so local symbol usages (including record-field values and edge-of-token clicks) resolve to their exact nearest binder.
8
11
- Added `fscript.server.logLevel=debug` support to surface detailed definition/references diagnostics and refined definition-follow-up references suppression so declaration clicks still show references while usage clicks navigate reliably.
9
12
- Fixed local match-pattern declaration clicks (for example `Some batch`) to stop jumping to first usage and preserve references-window behavior.
@@ -13,6 +16,8 @@ All notable changes to FScript are documented in this file.
13
16
- Fixed LSP reference indexing to include `nameof <symbol>` occurrences so top-level declaration clicks surface `nameof` usages in the references window.
14
17
- Added an independent VS Code/LSP toggle for hover hints so it can be enabled or disabled without disabling the language server.
0 commit comments