I have a specific project that uses 100% CPU whenever it is open. You can see that below the processor is heavily used in Visual Studio and Node. I disabled some VS extensions, but still have a problem. It also continues even if I delete the gulp.js, package.json and bower.json files. This is a C # web project. This does not happen with other VS projects on my machine.
Restarting Visual Studio does not help, but restarting my entire computer makes the problem missed for a while.

source
share