changed launch commands

This commit is contained in:
2025-01-30 05:49:33 -07:00
parent b919eaf797
commit e5e5452a18

2
.vscode/launch.json vendored
View File

@ -8,7 +8,7 @@
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/build/2dGameProject",
"program": "${workspaceFolder}/build/Debug/2dGameProject",
"args": [],
"cwd": "${workspaceFolder}"
}