resetRipgrepConfig function

void resetRipgrepConfig()

Reset the cached config (useful for testing).

Implementation

void resetRipgrepConfig() {
  _cachedConfig = null;
}