aboutsummaryrefslogtreecommitdiff
path: root/pw_ide/ts/pigweed-vscode/.vscode/tasks.json
blob: 34edf970fde1943807ad1be168c9cba16e5ea37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "version": "2.0.0",
  "tasks": [
    {
      "type": "npm",
      "script": "watch",
      "problemMatcher": "$tsc-watch",
      "isBackground": true,
      "presentation": {
        "reveal": "never"
      },
      "group": {
        "kind": "build",
        "isDefault": true
      }
    }
  ]
}