mbolaric / vscode-tasks-panel

List of gulp or grunt tasks
MIT License
3 stars 1 forks source link

How to set custom path for node_modules folder? #14

Open alexvoz opened 1 year ago

alexvoz commented 1 year ago

I have one node_modules and use for many small projects is different folders. In PHPStorm I set custom folder for gulp in node_modules but how to set for plugin?

mbolaric commented 1 year ago

unfortunately, the current version of the plugin only supports a Gulpfile/Gruntfile located inside the project either in the root or in some sub folder. There is no possibility to define the place from which the tasks are loaded, which is outside the project.