Replies: 1 comment
-
The with C_Cpp.loggingLevel to set "Debug" the logging shows which folders it looks for files and global symbols in. You could add folders to C_Cpp.files.exclude to exclude more folders. It may process other files from your system include folders, although it won't parse them unless it's matches a file that is We're also doing work that could potentially reducing the number of files processed (for some future release) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My configuration is as follows
workspace configure:
cpptool configure:
The ct5gcpe directory has 200,000 files, shouldn't cpptools only analyze the files in my compile_commands.json ?
Beta Was this translation helpful? Give feedback.
All reactions