mbolaric / vscode-tasks-panel

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

task-panel

An extension that provides list of gulp, grunt and npm tasks found in your workspaces and allow them to be executed.

usage

Features

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. null

Example:

{
  "tasks-panel.treeCollapsibleState": "expanded"
  "tasks-panel.search.searchCondition": "SubFolders"
  "tasks-panel.search.inSubFolders": [
    "tasks/gulp"
  ],
  "tasks-panel.search.gruntTasks": false,
  "tasks-panel.search.gulpTasks": true
}

Known Issues

Release Notes

Tasks Panel support gulp and grunt tasks.

0.1.2

0.1.3

0.1.4

0.1.5

0.1.6

0.1.8

0.1.9

0.1.10

0.1.11

0.2.0

0.3.0