vscode-tasks icon indicating copy to clipboard operation
vscode-tasks copied to clipboard

Results 15 vscode-tasks issues
Sort by recently updated
recently updated
newest added

I want to be able to (optionally) add a `Run Task...` button at the end of the list of pinned tasks. This is the `Terminal -> Run Task...` function. Thanks...

In the .vscode/task.json, there will be a hover tip about "statusbar", but in *.code-workspace file, under tasks node, there are no any tip about "statusbar" ![image](https://github.com/actboy168/vscode-tasks/assets/33342565/b4ec0219-7fc1-40d4-9fae-1887225b2683) ![image](https://github.com/actboy168/vscode-tasks/assets/33342565/1c3be3f2-06fd-4b51-a45d-b4bb895f6bc6)

Add "position" property to "statusbar" option to control where the item will be located in the status bar. There is a similar PR but this solves problem with an extra...

By default all tasks are shown, and one can hide them individually via `"hide": true`. But I have MANY tasks, and this isn't convenient. I prefer to hide all tasks...

I was running into issues with the GO extension constantly being loaded in non-go projects - after disabling your extension the issue was gone - so apparently you're triggering the...

I added the index of the statusbar entry to the identifier - hope this is a good fix for you @actboy168

Since my editor updated to the latest insiders (as I have a few extensions which preview is only available on Insiders) - I only see a single task in the...

For #27 and some suggests from vs extension market. Considering that some users want the status bar button to have a special display when running tasks to indicate that the...

Type: Performance Issue When this extension is enabled, loading a code workspace with many repos becomes way slower. I don't think it should impact so much in load time; there's...

I noticed the "backgroundColor" cannot use the format "#ff0000", please allow or add in new custom background color feature. Thank you.