We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91f027 commit 3bb3ce4Copy full SHA for 3bb3ce4
YarnSpinner.LanguageServer/src/Server/Workspace/NodeInfo.cs
@@ -91,6 +91,7 @@ public record NodeInfo
91
/// <remarks>
92
/// If this node is not part of a node group, this value is -1.
93
/// </remarks>
94
+ [JsonProperty("nodeGroupComplexity")]
95
public int NodeGroupComplexity { get; internal set; } = -1;
96
97
/// <summary>
0 commit comments