()
| 506 | * Clear the C/C++ include directory cache (call between indexing runs) |
| 507 | */ |
| 508 | export function clearCppIncludeDirCache(): void { |
| 509 | cppIncludeDirCache.clear(); |
| 510 | } |
| 511 | |
| 512 | /** |
| 513 | * Discover C/C++ include search directories for a project. |