madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Package.json not updating on save #7

Closed macromaniac closed 8 years ago

macromaniac commented 8 years ago

Howdy,

I am using the 2015 community edition of visual studio and have version 1.0.21 of "NPM Scripts Task Runner".

Currently package.json doesn't update on save. It only updates if I restart visual studio.

madskristensen commented 8 years ago

You can click the refresh button in Task Runner Explorer. Does that not work?

macromaniac commented 8 years ago

I tried it and no it didn't. I should have mentioned that in retrospect.

macromaniac commented 8 years ago

ex: https://www.youtube.com/watch?v=Q6KlEJ-FXSQ

madskristensen commented 8 years ago

Ahh, I know what the issue is. I'll fix it

madskristensen commented 8 years ago

Note to self, this is due to the caching issue with the TRX API and I need to do the same trick as in the Command Task Runner extension