mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 05:55:46 +01:00
fix: did not name the project correctly
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user