clearLSPFoldRanges method

void clearLSPFoldRanges()

Clears LSP fold ranges, forcing fallback to built-in algorithm.

Implementation

void clearLSPFoldRanges() {
  _lspFoldRanges = null;
  _lspFoldRangesAdjustedNotFetched = false;
  notifyListeners();
}