Files
TUM-Formelsammlungen/.vscode/tasks.json
alexander 3c52dc6e25
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 9s
Ci Fix: Fixed "Fun" docker problem
2025-12-14 17:30:32 +01:00

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}"
}
}
]
}