summaryrefslogtreecommitdiff
path: root/sw/.vscode/tasks.json
blob: da7b267994bc74c987032dc0b21125e89bc11a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "Build",
      "type": "cmake",
      "command": "build",
      "problemMatcher": "$gcc",
      "group": {
        "kind": "build",
        "isDefault": true
      }
    }
  ]
}