Newer
Older
DungeonShooting / .vscode / tasks.json
@小李xl 小李xl on 17 May 2022 477 bytes 第一次提交
{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "build",
            "command": "D:/Program Files/Godot/Godot_v3.4.3-stable_mono_win64/Godot_v3.4.3-stable_mono_win64.exe\r",
            "type": "process",
            "args": [
                "--build-solutions",
                "--path",
                "${workspaceRoot}",
                "--no-window",
                "-q"
            ],
            "problemMatcher": "$msCompile"
        }
    ]
}