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