()
| 332 | * Clear the C/C++ include directory cache (call between indexing runs) |
| 333 | */ |
| 334 | export function clearCppIncludeDirCache(): void { |
| 335 | cppIncludeDirCache.clear(); |
| 336 | } |
| 337 | |
| 338 | /** |
| 339 | * Discover C/C++ include search directories for a project. |