mocha-sidebar icon indicating copy to clipboard operation
mocha-sidebar copied to clipboard

Extension causes high cpu load

Open cyrillemidingoyi opened this issue 6 years ago • 3 comments

  • Issue Type: Performance
  • Extension Name: vscode-mocha-sidebar
  • Extension Version: 0.22.2
  • OS Version: Windows_NT x64 10.0.17134
  • VSCode version: 1.33.1

:warning: Make sure to attach this file from your home-directory: :warning:C:\Users\midingoy\maty.vscode-mocha-sidebar-unresponsive.cpuprofile.txt

Find more details here: https://github.com/Microsoft/vscode/wiki/Explain:-extension-causes-high-cpu-load

cyrillemidingoyi avatar Jun 14 '19 14:06 cyrillemidingoyi

hi I didn't saw any attached file BTW your link to vscode is incorrect can you attach the file

maty21 avatar Jun 17 '19 05:06 maty21

Any answer or remedy for this issue?? I am facing the same

salekh avatar Nov 05 '19 16:11 salekh

I Have the same issue and as I looked at Task Manager, I saw that the node process has around 25% CPU-usage. Config: "mocha.requires": [ "ts-node/register" ], "mocha.files.glob": "test/**/*.test.ts", "mocha.coverage": { "enable": false }, "mocha.parallelTests": 1

Thomas1664 avatar Jan 14 '20 16:01 Thomas1664