18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"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}"
|
|
}
|
|
}
|
|
]
|
|
}
|