lkytal / quickTask

Task runner and manager extension for VSCode
https://lkytal.github.io/quickTask/
GNU Affero General Public License v3.0
11 stars 7 forks source link

Does not find any tasks from NPM or gulp #9

Closed nealoke closed 7 years ago

nealoke commented 7 years ago

Hi I'm having trouble using this plugin, it does not show any tasks from NPM or gulp. Could it be because it has more then one gulpfile and package.json files located in a sub folder?

lkytal commented 7 years ago

QuickTask does not support sub folder by default. Please update to version 2.9.0 first, then enable option 'searchTaskFileInSubdirectories'.

nealoke commented 7 years ago

Great! The only thing now is that it is quite confusing which task is from what file

Example image

Might it be possible to add the folder it is selected from like npm build (folder/folder)?

lkytal commented 7 years ago

I've notice this and I'm working on it, maybe in next version.

lkytal commented 7 years ago

Version 2.9.1 should list folder in description.