cirnogodot/.vscode/tasks.json
2024-02-28 17:26:39 +01:00

18 lines
No EOL
460 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "F:/Apps/Godot_v4.2.1-stable_mono_win64/Godot_v4.2.1-stable_mono_win64.exe",
"type": "process",
"args": [
"--build-solutions",
"--path",
"${workspaceRoot}",
"--no-window",
"-q"
],
"problemMatcher": "$msCompile"
}
]
}