Fix VSCode (#1193)

* Executable is called game, not main

* Use make not mingw32-make on macOS
This commit is contained in:
Stefan E. Mayer 2020-04-13 10:51:40 +01:00 committed by GitHub
parent b4af1b2cc0
commit c21e9a721b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -8,7 +8,7 @@
"name": "Debug",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/main",
"program": "${workspaceFolder}/game",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",