{ "tasks": [ { "type": "cppbuild", "label": "Build (meson)", "command": "meson", "args": [ "compile", "-C", "builddir" ], "options": { "cwd": "${workspaceFolder}" }, "group": { "kind": "build", "isDefault": true }, } ], "version": "2.0.0" }