linux-china / task-keeper

A cli to manage tasks from different task runners or package managers
Apache License 2.0
20 stars 3 forks source link

fix: skip vscode tasks without command #4

Closed tennox closed 10 months ago

tennox commented 1 year ago

Example I have:

{
    "label": "Run bookr dev server",
    "type": "npm",
    "script": "dev",
    "group": {
        "isDefault": true
    },
    "problemMatcher": []
}

which tk panicked on