owenfarrell / vscode-microtask

MIT License
1 stars 0 forks source link

vscode-microtask

Latest Release Installs Rating

Build Status bitHound Overall Score

Visual Studio Code (VS Code) extension that provides the ability to launch a task in a subfolder of the current workspace.

The extension supports running any task defined in the current workspace's task launcher.

Features

Microtask provides the ability to launch a task in a subfolder of the current workspace. Microtask is a great way to use common task definitions across multiple modules in a large project.

Usage

Right click on any folder or file in the context menu, or right click in the editor pane and select Tasks: Run from Here. The selected task will be run from the selected folder, or the enclosing folder of the selected file.

Demo

Requirements

Microtask assumes the use of the Tasks version 2.0. While this extension may work with previous versions of the task schema, it has not been qualified been tested against tasks version 0.1.0.

Extension Settings

This extension does not contribute any settings.

Microtask loads the task runner configuration for your VSCode workspace. For details on defining custom tasks, please refer to the VSCode Tasks User Guide.


Enjoy!