spmeesseman / vscode-taskexplorer

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

Feature request: add 'Run as task' when right clicking on script in package.json file #201

Open Eliav2 opened 1 year ago

Eliav2 commented 1 year ago

currently its possible to run script as task in vscode by right clicking inside package.json file on a script name:

image

however, it would execute the script as task which is not triggered by Task Explorer so it won't add this task to the 'Last Tasks' section in task explorer.

image

this simple feature can dramatically help navigating and executing tasks conveniently in monorepos with many tasks and package.json files. please consider implanting this.

Thank you!