spmeesseman / vscode-taskexplorer

Run and Manage Tasks for Visual Studio Code
Other
141 stars 30 forks source link

Gulp tasks defined with module.exports are not recognized #105

Closed cyberbiont closed 4 years ago

cyberbiont commented 4 years ago

That's it. Tasks, defined by assigning an object to module.exports, are ignored. E.g.

module.exports = {
  myTask: taskFn,
  anotherTask: anotherTaskFn
}
spmeesseman commented 4 years ago

should be fixed in next release (azure pipelines is partially down at the moment, live accident or something)