Task Hereloads vscode-tasks to status bar This project evolved from the following project: vscode-tasks Extension SettingsCtrl+Shift+P search taskshere and active or deactive extension Preview[ SettingsFor ease of configuration, this extension takes the form of directly configuring tasks.json By default, this extension will show all vscode-tasks on the status bar.If you want to hide a task, add the following configuration:
By default, this extension uses the label of the task as the display name on the status bar. But if these names are too long to fit for display, you can customize the name with the following configuration:
If you prefer, you can even customize a name with an icon to help you better distinguish between tasks. This feature is provided by the VSCode API
You can find a list of built-in icons provided by VSCode on this page: icons-in-labels |