madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Can't add more than one binding #85

Open mwentz opened 1 year ago

mwentz commented 1 year ago

Installed product versions

Description

I am able to add one binding, but when I try to add another one it doesn't work.

When trying to figure out what's going on I had various issues with deleting as well, like in these tickets:

73 #65

Steps to recreate

  1. Add one binding (it works)
  2. Add a second binding (doesn't work)
  3. Try to delete the one binding that did work (it either doesn't delete or deletes an extra trailing bracket
AvidProlix commented 1 year ago

Also had this issue. You can work-around the UI by adding the tasks to your package.json ie. "-vs-binding": { "ProjectOpened": [ "scriptOne, scriptTwo" ] }