{ "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" } ] }