spmeesseman / vscode-taskexplorer

Run and Manage Tasks for Visual Studio Code
Other
141 stars 30 forks source link

Feature request: add setting for focusing on currently running task #200

Open Eliav2 opened 1 year ago

Eliav2 commented 1 year ago

first of all, what a great extension! thank you for that!

I have small feature to request.

currently, the extension setting allow only open the package.json file the script is defined in or executing it. image

it could have been great to add an option to default click action to open the terminal in which the current task is running (similar to how it works in WebStrom).

so clicking on the task would result in the same action as clicking on the terminal icon: image -> image