From e5e5452a186c9ffc0155d93e163db025b2042fb1 Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Thu, 30 Jan 2025 05:49:33 -0700 Subject: [PATCH] changed launch commands --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9a13be1..addd68c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "lldb", "request": "launch", "name": "Debug", - "program": "${workspaceFolder}/build/2dGameProject", + "program": "${workspaceFolder}/build/Debug/2dGameProject", "args": [], "cwd": "${workspaceFolder}" }