VS 2019 Version 16.5.3 still running Task Runner tasks twice at startup.

  • Thread starter Thread starter Cosmo Kenney
  • Start date Start date
C

Cosmo Kenney

Guest
I am running VS 2019 Version 16.5.3. I've seen previous issues were Microsoft reported this issue to be fixed in an earlier version of VS.

But I have one NPM task runner script bound to Project Open that runs a very heavy WebPack script in project.json. The problem is that this running twice at startup. This WebPack script is dealing with hundreds of typescript files and having it run twice at startup kills my system and freezes visual studio.

Continue reading...
 
Back
Top