Files
TUM-Formelsammlungen/.vscode/tasks.json
2025-11-10 23:35:28 +01:00

17 lines
376 B
JSON

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