vscode-npm-scripts icon indicating copy to clipboard operation
vscode-npm-scripts copied to clipboard

[Feature Request] Default tasks

Open futagoza opened this issue 6 years ago • 1 comments

QuickTask, the task runner that I used before this one, has a very useful feature, default tasks. It would be great if a similar setting was available for NPM Scripts:

"npm-scripts.defaultTasks": [
    "yarn check",
    "yarn install",
    "yarn outdated ",
    "yarn upgrade"
]

futagoza avatar Mar 15 '18 20:03 futagoza