SE-TP2/.vscode/tasks.json
2025-05-09 20:06:09 +01:00

16 lines
401 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Run",
"type": "shell",
"command": "${workspaceFolder}/.vscode/run",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}