-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Description
From @critical on April 12, 2018 7:1
Issue Type: Bug
Running VSCode I have 100% of CPU usage from electron_node electronForkStart.js tsserver.js process
Same behaviour starting with or without --disable-extentions flag
This is output from code --status:
Version: Code 1.22.1 (950b8b0d37a9b7061b6f0d291837ccc4015f5ecd, 2018-04-06T00:24:49.616Z)
OS Version: Linux x64 4.13.0-38-generic
CPUs: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (4 x 3499)
Memory (System): 15.58GB (2.90GB free)
Load (avg): 2, 2, 2
VM: 0%
Screen Reader: no
Process Argv: /usr/share/code/code --unity-launch
| CPU % | Mem MB | PID | Process |
|---|---|---|---|
| 9 | 112 | 11324 | code main |
| 0 | 16 | 11328 | zygote |
| 16 | 239 | 11369 | window (● Untitled-22 - Visual Studio Code) |
| 11 | 80 | 11443 | extensionHost |
| 100 | 160 | 11472 | electron_node electronForkStart.js tsserver.js |
| 2 | 48 | 11476 | electron_node typingsInstaller.js tsserver.js typesMap.js |
| 4 | 80 | 11376 | shared-process |
| 2 | 64 | 11359 | gpu-process |
VS Code version: Code 1.22.1 (950b8b0d37a9b7061b6f0d291837ccc4015f5ecd, 2018-04-06T00:24:49.616Z)
OS version: Linux x64 4.13.0-38-generic
System Info
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (4 x 3500) |
| Load (avg) | 2, 2, 1 |
| Memory (System) | 15.58GB (0.83GB free) |
| Process Argv | /usr/share/code/code --disable-extensions |
| Screen Reader | no |
| VM | 0% |
Copied from original issue: microsoft/vscode#47717