Duroktar / vscode-npm-scripts

View and run NPM scripts in the sidebar
MIT License
28 stars 13 forks source link

[Feature Request] Default tasks #5

Open futagoza opened 6 years ago

futagoza commented 6 years ago

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"
]
Duroktar commented 6 years ago

Cool, I'll check it out. Thanks!