From: Brendan Hansen Date: Mon, 13 Dec 2021 13:37:12 +0000 (-0600) Subject: fixed linux build in vscode X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=6e825f26cac6e093309dbeedd63bb2ed77771a96;p=voxel-shooter.git fixed linux build in vscode --- diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5300e43..77fd05c 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -22,7 +22,7 @@ "command": "run.bat", }, "linux": { - "command": "run.sh", + "command": "./run.sh", }, "group": { "kind": "build",