Overview Version History Q & A Rating & Review
Quick Task for VS Code
Install Quick Task via vs market
All in one task manager and runner for Gulp, NPM, VS Code tasks and shell scripts
Quick Task will automatically trawl your project directory for task files from npm, gulp, scripts files and VS Code tasks, and allow you to execute each task with the click of a mouse!
As shown below, all tasks will show up after clicking the task button on the status bar and you can execute any item simply by clicking on it.
Highlights
Auto rescan after task files changed/added/deleted.
Support VS Code task.
Allow you to close terminal window automatically after execution. (experimental)
Hint: Task button is usually here:
Support Tasks
NPM Tasks.
Gulp Tasks.
VS Code Tasks.
Shell Scripts.
Python Scripts.
Ruby Scripts.
Perl Scripts.
VBS Scripts.
AutoHotkey Scripts.
batch file and Powershell Scripts.
My Other Extensions
Release Notes
[3.5.8] - 2023-05-24
Fixed
Respect hide property of task.json.
[3.5.4] - 2019-01-13
Fixed
Quote path of script tasks.
[3.5.3] - 2018-09-28
Fixed
[3.5.2] - 2018-09-26
Feature
Tentative support towards 'gulpfile.ts'.
[3.5.1] - 2018-08-31
Fixed
Fixed problems when VSCode tasks file doesn't exist.
[3.5.0] - 2018-08-17
Fixed
Load VSCode tasks when '.vscode' folder is hidden.
[3.4.4] - 2018-07-28
Improve
New command 'Rerun last task'.
[3.4.3] - 2018-05-31
Update
[3.4.2] - 2018-04-26
Improve
Use JSON5 to parse VSCode tasks.
[3.4.1] - 2018-03-11
Fixed
Fix incorrect path for user defined tasks.
[3.4.0] - 2018-03-10
Improve
[3.3.3] - 2018-01-10
Fixed
Fix path error for user defined tasks.
[3.3.2] - 2017-12-15
Fixed
[3.3.1] - 2017-11-27
Improve
Combined information of workspace and path.
[3.3.0] - 2017-11-20
Improve
Group tasks by workspace.
[3.2.0] - 2017-11-15
Fixed
[3.1.3] - 2017-11-13
Fixed
[3.1.2] - 2017-11-10
Fixed
[3.1.1] - 2017-11-10
Fixed
[3.1.0] - 2017-11-09
Fixed
Support Multi Root Workspace.
[3.0.3] - 2017-10-31
Added
Better message displaying when start a new task.
[3.0.2] - 2017-10-11
Added
[3.0.1] - 2017-10-06
Improve
[3.0.0] - 2017-08-10
Added
Support gulpfile.babel.js.
Fixed
[2.9.1] - 2017-08-07
Improve
Description for subdirectory tasks.
[2.9.0] - 2017-08-05
Improve
Support Npm and Gulp task in subdirectories.
[2.8.1] - 2017-07-10
Update
Update async lib to 2.5.0
[2.7.0] - 2017-05-20
Improve
Show task started message within the status icon.
[2.6.1] - 2017-05-01
Improve
Update Async lib.
".vscode-test" excluded.
[2.6.0] - 2017-04-16
Improve
[2.5.1] - 2017-04-08
Fixed
Read VSCode task list.
Watch Task file change.
[2.5.0] - 2017-04-04
Fixed
Close the terminal window automatically after execution correctly.
[2.4.2] - 2017-03-26
Added
Support VS code default task.
[2.4.1] - 2017-03-22
Fixed
Generate default task correctly.
[2.4.0] - 2017-03-18
Added
Option to use yarn instead of npm.
[2.3.1] - 2017-03-18
Fixed
Script files can now execute correctly.
[2.3.0] - 2017-03-17
Added
Ability to scan for VSCode tasks (those in tasks.json).
Fixed
[2.2.2] - 2017-03-13
Fixed
[2.2.0] - 2017-03-07
Added
"defaultTask" option to add your own default tasks.
[2.1.3] - 2017-03-02
Changed
Separate rescan process of npm and gulp.
[2.1.2] - 2017-02-28
Changed
".vbs" and ".ahk" included.
Fixed
[2.1.1] - 2017-02-24
Changed
Show error message when task loading failed.
".Cmd" included.
Fixed
[2.1.0] - 2017-02-22
Changed
Instant reaction towards task changes.
[2.0.1] - 2017-02-21
Changed
Better performance during rescan.
Fixed
Execute batch files and shell scripts correctly.
[2.0.0] - 2017-02-18
Added
Option to watch for task changes.
[1.2.0] - 2017-02-18
Added
Option to close terminal after execution finished. (experimental)
[1.1.0] - 2017-02-16
Added
Option to control show terminal or not.
Fixed
[1.0.0] - 2017-02-16
Acknowledgment
Inspired by Task Master , this extension started by forking it at first.