-
Notifications
You must be signed in to change notification settings - Fork 50
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
Causing high cpu load on Apple silicon #221
Comments
I work remotely on a dev server (via the official Remote SSH plugin) and this causes loads so high that the server hangs! The number of files it is indexing is large and the |
Hey @captain-rocket and @deanhouseholder thank you for reporting the issue. I can't reproduce it on a M1 Mac. Could you help with some more info. Do you have any logs? How do you know it is this extension causing the high cpu load? @deanhouseholder The extension is not indexing any files and is not running ripgrep. How did you isolate the issue to PathIntellisense? Could I reproduce it? |
When I disabled this extension, the load immediately dropped. This is on a linux VM. With VSCode connected via ssh to the dev server (via |
Hey @deanhouseholder, one idea I have which could cause this issue is the tsconfig indexing. Do you have a tsconfig? If you have one, could you try the following things:
Thx for debugging the issue 🙏 |
My project doesn't use typescript, so no tsconfig files. This particular one is a very large vanilla PHP project. |
This extension is causing high cpu load on Apple silicon
The text was updated successfully, but these errors were encountered: