Refs: #24403
insiders, mac
- New workspace, setup a task runner, choose npm
- Run task -> notice 3 options, great
- Go back to tasks.json, add a new task, for instance
{
"taskName": "start",
"args": ["start"]
}
- save tasks.json, f1 > run task -> notice the newest task added is not in the list, only the previous 3 are there
Refs: #24403
insiders, mac
{ "taskName": "start", "args": ["start"] }