currently its possible to run script as task in vscode by right clicking inside package.json file on a script name:
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.
this simple feature can dramatically help navigating and executing tasks conveniently in monorepos with many tasks and package.json files. please consider implanting this.
currently its possible to run script as task in vscode by right clicking inside package.json file on a script name:
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.
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!