-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I appreciate the entire socket.dev mission, so I have the vscode extension installed. Recently I have noticed that running npx lerna clean && yarn
consumes every resource available on my computer. I noticed that quitting vscode alleviated the issue, so I reasoned that it might be one of the extensions I had installed. By a process of elimination, I discovered that it was the socket.dev extension. This is something that has only started happening in the past few months.
The most problematic monorepo that I have this problem with has 9 packages, but some of the packages have a large number of dependencies. Simply running yarn
is not so problematic due to the cached installs.
I have a 2021 M1 macbook pro, 16Gb RAM, OS 15.2 (24C101). The final thing that I can think of that might have bearing on this, is that we run Bitdefender (which is also active during package installs).
Let me know if you need any more info