-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Optimize File Watching on MacOS to Reduce Resource Usage #236462
base: main
Are you sure you want to change the base?
Conversation
… memory resources, attempt to fix issue microsoft#236344
@kalebers please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
This is an attempt to start a fix on issue #236344, where user mentioned battery drain on MacOS darwin.
The attempt of fix is related to the watcher files. This PR addresses significant battery drain and high resource usage on macOS caused by inefficient file-watching configurations in the VSCode repository.
Please feel free to use this PR to develop on top of it or helping me to better develop the solution.