NomicFoundation / hardhat-vscode

Solidity and Hardhat support for Visual Studio Code
https://hardhat.org
MIT License
163 stars 36 forks source link

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

Open amarpatel opened 8 months ago

amarpatel commented 8 months ago

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:

VSCode:

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

kanej commented 8 months ago

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?