Fix VSCode template for debugging. (#1014)

This commit is contained in:
JuDelCo
2019-11-12 19:30:45 +01:00
committed by Ray
parent 96b0563249
commit 74642ba1c6
3 changed files with 10 additions and 7 deletions

View File

@ -9,7 +9,7 @@
"command": "make",
"args": [
"PLATFORM=PLATFORM_DESKTOP",
"DEBUGGING=TRUE"
"BUILD_MODE=DEBUG"
],
"windows": {
"command": "C:/raylib/mingw/bin/mingw32-make.exe",