(v: boolean | null)
| 31 | |
| 32 | /** Test hook: force the availability cache (pass `null` to clear and re-probe). */ |
| 33 | export function __setRipgrepAvailable(v: boolean | null): void { |
| 34 | ripgrepAvailable = v; |
| 35 | } |
| 36 | |
| 37 | // Mirror the indexer's ignore list so fallback results match what gets indexed. |
| 38 | const IGNORED_DIRS = new Set([ |