Tasks HereLoad VSCode tasks into status bar. Notice: version 3.0.0 starts to use the new configuration form in tasks.json, the previous users please try to migrate. DerivedDerived from VSCode extension - actboy168.tasks and based on v0.2.7. PreviewFeatures
Configuration - tasks.jsonFor ease of configuration,this extension personalize tasks with tasks.json. If you want to hide a task, add a configuration in tasks.json: [options-tasksHere-display]
If the task label is too long to fit for display and you don't want to modify it, you can customize a name for task-bar by add a configuration in tasks.json: [options-tasksHere-name]
You can "add" one or more built-in icons to the name of task-bar with a special syntax, which will appear as an icon on the status bar: [options-tasksHere-name]
The list of built-in icons provided by VSCode on this page: icons-in-labels. You can specify the color of task-bar with color expressions supported by CSS. For example: "DeepPink", "#00f", "#adff2f".Or use the color picker to select color directly.The color of icon will change as well. [options-tasksHere-color]
SettingsConfiguration with VSCode settings:
CommandsThe following commands are provided, which can be accessed from the command palette (F1), or bound to keys:
|