nickdodd79 / vscode-gulptasks

A gulp task visualization and execution extension for Visual Studio Code
MIT License
7 stars 6 forks source link

Discoverered wrong another gulpfile.js #3

Closed markinfurkin closed 6 years ago

markinfurkin commented 6 years ago

Is it possible to force the path to find out the right gulpfile in a project? Because a i have more than one gulpfile, just adding that is not necessary to load multiples files, just the right one

nickdodd79 commented 6 years ago

Hi @markinfurkin,

Thanks for the feedback. I do have plans to make folder exclusion configurable - hard coded at the moment. I will make that my next task which means you should be able to guide the discovery process to your needs.

I'll give you a shout when its done.

Nick.

nickdodd79 commented 6 years ago

Hi @markinfurkin,

I have just released 0.0.7 which now includes config to specify a discovery directory. This means you can tell the extension to only search in a specific location for the gulpfile.js.

The directories to exclude from discovery are also configurable now.

Nick.