When I open a C++ file, a bunch of rg processes are triggered, causing the CPU to go to 100%, resulting in severe sluggishness in VSCode.
I identified that enabling the C-mantic extension triggers the issue by disabling extensions one by one.
Simply opening any C++ project (as simple as just needing two cpp files), opening one file, and then opening another file will cause a pair of rg processes to run the entire system CPU to 100%. Clicking on an #include statement to jump to a system header file also causes this issue.
Version: 1.89.1 (Universal) Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:14:24.611Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0
C-mantic:v0.9.0 C/C++: v1.20.5
When I open a C++ file, a bunch of rg processes are triggered, causing the CPU to go to 100%, resulting in severe sluggishness in VSCode. I identified that enabling the C-mantic extension triggers the issue by disabling extensions one by one.
Simply opening any C++ project (as simple as just needing two cpp files), opening one file, and then opening another file will cause a pair of rg processes to run the entire system CPU to 100%. Clicking on an #include statement to jump to a system header file also causes this issue.
ps aux | grep rg