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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
14
14
- Fixed an issue that would cause testplans with syntax errors to incorrectly pass.
15
15
- Fixed an issue where using `visited()` or `visited_count()` would not correctly track visiting node groups.
16
16
- Language Server: NodeInfo objects now indicate whether a node contains any jumps to nodes in a different file.
17
+
- Language Server: Fixed an issue where the Compile workspace command output was missing shadow lines
17
18
- Language Server: `Microsoft.CodeAnalysis.CSharp` package updated to v4.14.0, fixing command detection in C# files using recent syntax added to C# (eg. `Required Members` from C# 11)
0 commit comments