Support excluding code analysis for specific file patterns like C_Cpp.codeAnalysis.exclude
#673
Labels
enhancement
New feature or request
C_Cpp.codeAnalysis.exclude
#673
As titled, think it would be helpful to have settings like
C_Cpp.files.exclude
orC_Cpp.codeAnalysis.exclude
to avoid analyzing specific source files (e.g., large header files with ~100k lines of code, currently clangd analyzes these huge files and probably causes OOM) to prevent from occupying plenty of resources.The text was updated successfully, but these errors were encountered: