Files
IACore/.vscode/tasks.json
2025-12-08 01:18:13 +05:30

13 lines
265 B
JSON

{
"tasks": [
{
"label": "build",
"type": "shell",
"command": "python3 Tools/Builder/Build.py",
"group": {
"kind": "build",
"isDefault": true
}
}
],
}