Issue Type: Performance Issue
,,,,,,,,,,,,,,
VS Code version: Code 1.41.0 (9579eda04fdb3a9bba2750f15193e5fafe16b959, 2019-12-11T18:37:42.077Z)
OS version: Windows_NT x64 10.0.18363
System Info
| Item |
Value |
| CPUs |
Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz (6 x 2904) |
| GPU Status |
2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled metal: disabled_off multiple_raster_threads: enabled_on oop_rasterization: disabled_off protected_video_decode: unavailable_off rasterization: enabled skia_renderer: disabled_off surface_control: disabled_off surface_synchronization: enabled_on video_decode: enabled viz_display_compositor: enabled_on viz_hit_test_surface_layer: disabled_off webgl: enabled webgl2: enabled |
| Load (avg) |
undefined |
| Memory (System) |
15.94GB (12.15GB free) |
| Process Argv |
I:\bbb |
| Screen Reader |
no |
| VM |
0% |
Process Info
CPU % Mem MB PID Process
0 91 10980 code main
0 67 4532 window (Process Explorer)
0 68 5472 shared-process
0 63 7196 window (Issue Reporter)
0 14 10252 electron-crash-reporter
0 212 10848 window (● App.js - bbb - Visual Studio Code)
0 11 3412 watcherService
0 11 2480 console-window-host (Windows internal process)
0 67 4824 extensionHost
0 50 4380 electron_node tsserver.js
0 55 4684 electron_node eslintServer.js
17 298 4776 electron_node tsserver.js
0 46 6996 electron_node typingsInstaller.js typesMap.js
0 5 9096 "C:\Program Files\Git\bin\bash.exe"
0 10 8268 "C:\Program Files\Git\bin\..\usr\bin\bash.exe"
0 6 10220 console-window-host (Windows internal process)
0 121 10880 gpu-process
Workspace Info
| Window (● App.js - bbb - Visual Studio Code)
| Folder (bbb): 22 files
| File types: js(5) json(2) png(2) css(2) gitignore(1) md(1) lock(1)
| ico(1) html(1) txt(1)
| Conf files: package.json(1);
Extensions (5)
| Extension |
Author (truncated) |
Version |
| vscode-eslint |
dba |
2.0.5 |
| es7-react-js-snippets |
dsz |
2.4.4 |
| vsc-material-theme |
Equ |
30.0.0 |
| material-icon-theme |
PKi |
3.9.2 |
| prettier-now |
rem |
1.4.9 |
Hello everyone, As the title explains: the VS Code IntelliSense stop working when creating a new react app using both npx or create-react-app cli
Also, just by opening the newly created react app, I keep having high CPU load to that I can hear the CPU fan.
What I've Tried
code --disable-extensions
- Uninstall all extensions
- Re-install vs code (same version 1.41.0)
- Install via
npx and create-react-app cli v3.3.0
And finally I've downgraded to v1.40.2 and all IntelliSense back to work as usual and no more CPU load.
Thank you,
Edit: Added detailed information.
Possible solution:
Go to Settings > Extensions > TypeScript > JavaScript › Suggest: Auto Imports Uncheck it and restart VS Code.
Issue Type: Performance Issue
,,,,,,,,,,,,,,
VS Code version: Code 1.41.0 (9579eda04fdb3a9bba2750f15193e5fafe16b959, 2019-12-11T18:37:42.077Z)
OS version: Windows_NT x64 10.0.18363
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
Process Info
Workspace Info
Extensions (5)
Hello everyone, As the title explains: the VS Code IntelliSense stop working when creating a new react app using both
npxorcreate-react-app cliAlso, just by opening the newly created react app, I keep having high CPU load to that I can hear the CPU fan.
What I've Tried
code --disable-extensionsnpxand create-react-app cli v3.3.0And finally I've downgraded to v1.40.2 and all IntelliSense back to work as usual and no more CPU load.
Thank you,
Edit: Added detailed information.
Possible solution:
Go to Settings > Extensions > TypeScript > JavaScript › Suggest: Auto Imports Uncheck it and restart VS Code.