TaskerThis extension allows you to create custom tasks, that will help you speed up your development process by easily accessible tasks. Below you can find two structures that you can use in the Configuration File. Single Task
After running this task, a terminal will be launched which will execute each command from Params:
Tasks Sequence
After running this tasks sequence, multiple terminals will be launched, and each one of them will behave as if it was a Single Task. Params:
Configuration fileConfiguration file must be named
This will create 2 tasks in the Task Runner tab - "Start API" and "Full Start". After running "Start API", one terminal will launch and run each of the commands one by one. After running "Full Start", each of the objects (tasks) will launch their own terminal in which the commands will be run one by one. Running taskIf you have installed the extension, Task Runner view should be visible in your Activity Bar. After you clicked on it, you should see list of all tasks and sequences that you created in the Configuration File. To run the task, simply click on it. |