madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Event "ProjectOpen" broken in VS2015 #14

Closed gcnm-pgeil closed 8 years ago

gcnm-pgeil commented 8 years ago

Tasks registered for the event "ProjectOpen" are not recognized + run in VS2015. :( Also confirmed by other users on the VSX gallery. This is very annoying since it's a very powerful feature for all kinds of advanced development workflows.

scottaddie commented 8 years ago

@gcnm-pgeil I confirmed that this is working for me with version 1.1.39 of the extension. Did you confirm that the following exists in your package.json file?

"-vs-binding": { "ProjectOpened": [ "build" ] }

In the example above, "build" is the name of the task that I had bound to the Project Open event.

madskristensen commented 8 years ago

@gcnm-pgeil Any update?

madskristensen commented 8 years ago

Closing due to inactivity and not able to reproduce