originallyFoldedChildren property
Child fold ranges that were originally folded when this range was unfolded.
Used to restore the fold state of nested ranges when toggling folds.
Implementation
List<FoldRange> originallyFoldedChildren = [];
Child fold ranges that were originally folded when this range was unfolded.
Used to restore the fold state of nested ranges when toggling folds.
List<FoldRange> originallyFoldedChildren = [];