fix: did not name the project correctly

This commit is contained in:
2025-01-26 11:52:53 +01:00
parent cd9ee68c85
commit db4671e206
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"request": "launch",
"program": "",
"linux": {
"program": "${workspaceFolder}/bin/linux-x86_64/sdl_template",
"program": "${workspaceFolder}/bin/linux-x86_64/tetris_clone",
"preLaunchTask": "build linux-x86_64"
},
"windows": {