{ "tasks": [ { "label": "Compile All", "type": "shell", "command": "./compile-all.bash", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "options": { "cwd": "${workspaceFolder}" } } ] }