An extension that provides list of gulp, grunt and npm tasks found in your workspaces and allow them to be executed.
Features
Show tasks in explorer view.
Run tasks and show output in the Output View.
Configuration Settings
The Tasks Panel extension comes with a useful configuration settings.
The following settings can be used to control the extension via File > Preferences > Settings:
Setting
Description
Default Value
tasks-panel.treeCollapsibleState
Set initial tree collapsible state after panel show tasks.
expanded
tasks-panel.search.gruntTasks
Enable/Disable the searching for Grunt tasks.
true
tasks-panel.search.gulpTasks
Enable/Disable the searching for Gulp tasks.
true
tasks-panel.search.npmTasks
Enable/Disable the searching for NPM tasks.
false
tasks-panel.search.searchCondition
A value specifying where extension search for task files.
RootFolder
tasks-panel.search.inSubFolders
A value specifying sub folders where extension search for task files.