Skip to content

Commit 3bb3ce4

Browse files
committed
Expose NodeInfo.nodeGroupComplexity in language server
1 parent b91f027 commit 3bb3ce4

File tree

1 file changed

+1
-0
lines changed
  • YarnSpinner.LanguageServer/src/Server/Workspace

1 file changed

+1
-0
lines changed

YarnSpinner.LanguageServer/src/Server/Workspace/NodeInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public record NodeInfo
9191
/// <remarks>
9292
/// If this node is not part of a node group, this value is -1.
9393
/// </remarks>
94+
[JsonProperty("nodeGroupComplexity")]
9495
public int NodeGroupComplexity { get; internal set; } = -1;
9596

9697
/// <summary>

0 commit comments

Comments
 (0)