vector: introduce DEFINE_POINTER_VECTOR_TYPE()
[nbdkit.git] / .vscode / tasks.json
blob27838bdd99a1c32b194a3420fe766c70048f28b5
2         "version": "2.0.0",
3         "tasks": [
4                 {
5                         "type": "process",
6                         "label": "Build project",
7                         "command": "/usr/bin/make",
8                         "args": [],
9                         "options": {
10                                 "cwd": "${workspaceFolder}"
11                         },
12                         "problemMatcher": [
13                                 "$gcc"
14                         ],
15                         "group": {
16                                 "kind": "build",
17                                 "isDefault": true
18                         }
19                 }
20         ]