Skip to content
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

code helper causes high CPU load #49883

Closed
sinbino opened this issue May 15, 2018 · 2 comments
Closed

code helper causes high CPU load #49883

sinbino opened this issue May 15, 2018 · 2 comments
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@sinbino
Copy link

sinbino commented May 15, 2018

Issue Type: Performance Issue

 1067   ??  R      0:17.54 /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper /Users/theuser/.vscode/extensions/octref.vetur-0.12.1/node_modules/vscode-languageclient/lib/utils/electronForkStart /Users/theuser/.vscode/extensions/octref.vetur-0.12.1/server/dist/vueServerMain.js --node-ipc --clientProcessId=1064
 1096   ??  R      0:13.75 /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper /Users/theuser/.vscode/extensions/bmewburn.vscode-intelephense-client-0.8.8/node_modules/vscode-languageclient/lib/utils/electronForkStart /Users/theuser/.vscode/extensions/bmewburn.vscode-intelephense-client-0.8.8/node_modules/intelephense-server/lib/server.js --node-ipc --clientProcessId=1064

These processes maintain a CPU load that is well over 100% and will never end.
pid: 1067 is vetur, pid: 1096 is intelephense
It seems like the process that each extension launched,
but these extensions did not cause such a high load before recent vscode updates occurred.

VS Code version: Code 1.23.1 (d0182c3, 2018-05-10T16:03:31.083Z)
OS version: Darwin x64 17.5.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-6920HQ CPU @ 2.90GHz (8 x 2900)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
vpx_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 3, 3, 2
Memory (System) 16.00GB (8.31GB free)
Process Argv /Applications/Visual Studio Code.app/Contents/MacOS/Electron
Screen Reader no
VM 0%
Process Info
CPU %	Mem MB	   PID	Process
   13	   180	   593	code main
    0	   131	   594	   gpu-process
    0	    98	   596	   shared-process
    0	   344	  1063	   window (DatabaseEdit.vue — theproject)
    3	   197	  1064	     extensionHost
  180	   213	  1067	       electron_node vueServerMain.js 
    0	    33	  1074	       /Users/theuser/.vscode/extensions/ms-vsliveshare.vsliveshare-0.3.114/dotnet_modules/vsls-agent --autoexit --pipe 45407fcb7bd140eb92a6dfdc8654573c --service https://insiders.liveshare.vsengsaas.visualstudio.com/
  117	   459	  1096	       electron_node server.js 
    0	    98	  1065	     watcherService
    0	    49	  1106	     searchService
    0	    82	  1114	   shared-process
    0	     0	  1115	   (ps)
    0	     0	  1116	   (ps)
    0	     0	  1117	   /bin/ps -ax -o pid=,ppid=,pcpu=,pmem=,command=
Workspace Info
|  Window (DatabaseEdit.vue — theproject)
|    Folder (theproject): 9733 files
|      File types: php(7126) md(225) phpt(205) json(197) data(189) xml(162)
|                  txt(160) test(158) z(84) yml(80)
|      Conf files: makefile(6) launch.json(1) settings.json(1) package.json(1)
|                  webpack.config.js(1)
|      Launch Configs: php;
Extensions (14)
Extension Author (truncated) Version
EditorConfig Edi 0.12.1
vscode-language-pack-ja MS- 1.23.0
vscode-docker Pet 0.0.26
numbered-bookmarks ale 0.11.1
vscode-intelephense-client bme 0.8.8
githistory don 0.4.1
gitlens eam 8.2.4
php-debug fel 1.12.3
vue-snippets hol 0.1.5
vsliveshare ms- 0.3.114
debugger-for-chrome msj 4.4.3
vetur oct 0.12.1
laravel-blade one 1.18.0
sass-indented rob 1.4.9
@ghost
Copy link

ghost commented May 15, 2018

@sinbino This could be the Vetur extension: vuejs/vetur#789

@mjbvz mjbvz added the *caused-by-extension Issue identified to be caused by an extension label May 15, 2018
@vscodebot
Copy link

vscodebot bot commented May 15, 2018

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed May 15, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

2 participants