You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
When you open a ASP.NET 5 project in Visual Studio 2015 it will call npm ls -g once for each project on the solution, even if there is no package.json on the .xproj directory. This command is not cheap at all and imposes a heavy burden on the development machine.
You need to figure out a way to do whatever you are doing in a way that impacts less the system. Right now Visual Studio simply becomes unusable until all the commands finish, and the whole system becomes really slow. I am experiencing 100% CPU usage going of for minutes on a Surface Pro 3 with i5 and 8GB RAM.