mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Fix VSCode template for debugging. (#1014)
This commit is contained in:
2
projects/VSCode/.vscode/tasks.json
vendored
2
projects/VSCode/.vscode/tasks.json
vendored
@ -9,7 +9,7 @@
|
||||
"command": "make",
|
||||
"args": [
|
||||
"PLATFORM=PLATFORM_DESKTOP",
|
||||
"DEBUGGING=TRUE"
|
||||
"BUILD_MODE=DEBUG"
|
||||
],
|
||||
"windows": {
|
||||
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
||||
|
||||
Reference in New Issue
Block a user