resetRipgrepConfig function
void
resetRipgrepConfig()
Reset the cached config (useful for testing).
Implementation
void resetRipgrepConfig() {
_cachedConfig = null;
}
Reset the cached config (useful for testing).
void resetRipgrepConfig() {
_cachedConfig = null;
}