iulianraduat / vscode-tasks-sidebar

A Visual Studio Code extension to display all tasks recognized by VSCode in sidebar
GNU General Public License v3.0
8 stars 1 forks source link

Please add Edit button to all tasks #1

Open SVilgelm opened 8 months ago

SVilgelm commented 8 months ago

Hi, thank you for your extension, works great. The only flaw if have with this extension is the missing Edit button, that will let me to quickly open the tasks.json file and modify it

iulianraduat commented 8 months ago

Hi @SVilgelm,

Thanks for the suggestion.

Where do you expect to see this button and how should it look?

Cheers, Iulian

SVilgelm commented 8 months ago

Something like this, but an edit button :)

image

It would be great if that button will open the selected task in tasks.json

kanlukasz commented 5 months ago

Yes, I just tested this extension and immediately ran out of this option. My suggestion is to add a right-click context menu with the "Run" and "Edit" options. Something like this:

image

iulianraduat commented 5 months ago

Hi there,

The list of tasks are provided by VSCode using the information provided by different providers. And it does not present to me from which configuration files they are read. I will try to "fake" it and to find possible source files for them so that you can edit them.

Cheers, Iulian