Constant cpu usage on windows caused by electron_node typingsInstaller.js tsserver.js typesMap.js · Issue #23390 · microsoft/TypeScript (original) (raw)

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:

"C:\Program Files\Microsoft VS Code\Code.exe" "c:\Program Files\Microsoft VS Code\resources\app\extensions\node_modules\typescript\lib/typingsInstaller.js" --globalTypingsCacheLocation C:/Users/zfeher/AppData/Local/Microsoft/TypeScript/2.8 --enableTelemetry --typesMapLocation "c:\Program Files\Microsoft VS Code\resources\app\extensions\node_modules\typescript\lib\tsserver.js/../typesMap.json" 

Does this issue occur when all extensions are disabled?: Yes

Copied from original issue: microsoft/vscode#47735