schneiderpat / aspnet-helper

Little helper to develop faster ASP.NET MVC apps
MIT License
5 stars 4 forks source link

High CPU usage - macOS #7

Open rphlmr opened 7 years ago

rphlmr commented 7 years ago

Hi ! First, thank you for your extension.

I have an issue with you extension : it use 100% of my CPU and it stay even after i close VSCode.

Someone open an issue on the vscode github

This what i return ps ax | grep 68119 68119 ?? R 0:47.50 /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper /Users/rphlmr/.vscode/extensions/schneiderpat.aspnet-helper-0.6.3/node_modules/vscode-languageclient/lib/utils/electronForkStart /Users/rphlmr/.vscode/extensions/schneiderpat.aspnet-helper-0.6.3/server/server.js --node-ipc 68252 s000 R+ 0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn 68119

ps ax | grep 68511 68511 ?? R 0:15.14 /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper /Users/rphlmr/.vscode/extensions/schneiderpat.aspnet-helper-0.6.3/node_modules/vscode-languageclient/lib/utils/electronForkStart /Users/rphlmr/.vscode/extensions/schneiderpat.aspnet-helper-0.6.3/server/server.js --node-ipc 68580 s000 R+ 0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn 68511

capture d ecran 2017-04-16 a 12 11 16
Extension Author Version
html-class-suggestions AndersEAndersen 1.0.7
vscode-solarized Braver 0.0.3
crane HvyIndustries 0.3.6
csharpfixformat Leopotam 0.0.20
vscode-docker PeterJausovec 0.0.13
code-settings-sync Shan 2.6.2
html-snippets abusaidm 0.1.0
vscode-css-formatter aeschli 0.0.2
vscode-javascript-snippet-pack akamud 0.1.5
npm-intellisense christian-kohler 1.3.0
path-intellisense christian-kohler 1.2.0
githistory donjayamanne 0.2.0
vscode-html-css ecmel 0.1.1
auto-rename-tag formulahendry 0.0.11
vscode-jekyll-snippets ginfuru 0.7.0
csharpextensions jchannon 1.3.0
theme-gruvbox-dark-medium jdinhlife 0.0.6
language-asciidoc justusadam 1.3.1
docomment k--kato 0.0.14
markdown-shortcuts mdickin 0.8.0
vscode-apache mrmlnc 1.1.1
csharp ms-vscode 1.8.1
vscode-paste-image mushan 0.3.0
language-liquid neilding 0.0.2
view-in-browser qinjia 0.0.5
java redhat 0.1.0
ClassyNaming reflectiondm 1.0.0
vscode-icons robertohuertasm 7.5.1
visual-gruvbox-medium-dark rphlmr 1.0.0
aspnet-helper schneiderpat 0.6.3
theme-firewatch ulthes 1.0.2 ;

Bouke commented 6 years ago

Same happened to me today and I found this extension to be the cause as well. The "Code Helper" process even remains after VSCode has long been quitted.