hardhat-vscode icon indicating copy to clipboard operation
hardhat-vscode copied to clipboard

Computer Getting Wrecked: 41 `nomicfoundation.hardhat-solidity-0.7.3` Workers Persist After VSCode is Closed

Open amarpatel opened this issue 2 years ago • 1 comments
trafficstars

I had 1 instance of VSCode running with 2 windows open, then I cmd+q'd both to quit VSCode. In Activity Monitor, it continued to show Code Helper processes running:

Untitled

Using ps aux | grep {PID} I identified which extensions continued to run, and the count of duplicate processes:

NOTE: The other lines isolate the extension path and remove the PID from the results

Screenshot 2023-10-27 at 8 57 16 AM

This is the second time this has happened this week. On Monday (4 days ago), I captured this process while VSCode was running:

image

Computer specs:

  • Apple MBP 16" 2021
  • M1 Max
  • 64GB memory
  • Ventura 13.5.2

VSCode:

Version: 1.83.1 Commit: f1b07bd25dfad64b0167beb15359ae573aecd2cc Date: 2023-10-10T23:57:32.750Z (2 wks ago)

amarpatel avatar Oct 27 '23 16:10 amarpatel

Hey @amarpatel is the repo you were running in open source, to help me reproduce?

Does this happen every time you open the workspace and quit? Or is it intermittent?

kanej avatar Oct 27 '23 17:10 kanej