-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Constant cpu usage on windows caused by electron_node typingsInstaller.js tsserver.js typesMap.js #23390
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
Comments
@zfeher In the latest vscode insiders, can you please try collecting the typings installer logs to help us investigate this issue:
If you can share that log file, I or someone on the TS team can try looking through them to see what is going on |
@mjbvz here is the ti log (+ the ts server log as well) from the current insider version (here too I disabled the telemetry everything else is the default): |
From TI log it looks like typing installer is watching about 1200 locations of |
Hmmm that is interesting because |
@sheetalkamat why are not we just using a folder watcher for all of these entries? |
Is this fix included in the current (2018-04-20T05:17:25.189Z) insider version? Because I checked this version and the issue still occurs. The log file changed a bit though. |
@zfeher Your logs shows you are using typescript@2.8.3 which doesn't include this fix. You want to try typescript@next |
@sheetalkamat thanks for pointing this out. Tried it again and the fix seem to be working. Thank you. |
From @zfeher on April 12, 2018 11:55
Steps to Reproduce:
This happens when I am opening our repo. I need to wait a while max 1-2 minutes and the process will be there and it will cause 10-17% constant cpu usage. My telemetry settings are turned off completely.
Opening an empty code instance doesn't produce this behavior.
The exported status: vscode-status.txt
The command line of the process:
Does this issue occur when all extensions are disabled?: Yes
Copied from original issue: microsoft/vscode#47735
The text was updated successfully, but these errors were encountered: