Files
IAEngine/.vscode/tasks.json
Isuru Samarathunga 0bffbbf66c Batch Renderer 1/2
2025-11-02 02:45:13 +05:30

14 lines
293 B
JSON

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