-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck When Readinf Large compile_command.json #2586
Comments
file(GLOB_RECURSE SOURCE_FILES *.c)
file(GLOB DIRS sub_*)
#message("6666 ${SOURCE_FILES}")
include_directories(${DIRS})
add_library(test1 ${SOURCE_FILES})
··· |
Hi @xiaoyun94, could you please provide more information about what appears to be stuck for you? We tried to reproduce this using the scripts you provided (on Ubuntu 20.04 and WSL), but we're not seeing any obvious problems. Generating the project and loading the project outline seemed to respond in a reasonable amount of time. |
It must be the same as in #970. |
This issue is now marked as 'stale' due to there being no activity on it for the past 30 days and being labelled 'more info needed'. Unless the 'stale' label is removed or the issue is commented on, this will be closed in 7 days. If you would like to make this issue exempt from getting stale, please remove the 'more info needed' and 'stale' labels or add the 'stale-exempt' label |
This issue is now closed due to there being no activity on it for the past 7 days since being marked as 'stale'. |
Brief Issue Summary
if compile_command.json is too large (~100M), the cmake tools will be stucked, and vscode cannot work well
CMake Tools Diagnostics
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: