summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-04-07 16:43:40 +0200
committerraysan5 <[email protected]>2020-04-07 16:43:40 +0200
commit3b174876b3546775ad1ca7c5d4bb96b8878e6350 (patch)
tree2b6e6223244b981e56c35d11f94c5bbd728d4b0c /projects/VSCode
parent62b7064e903fa04a403282ff2af55856da3e037d (diff)
downloadraylib-3b174876b3546775ad1ca7c5d4bb96b8878e6350.tar.gz
raylib-3b174876b3546775ad1ca7c5d4bb96b8878e6350.zip
Update launch.json
Diffstat (limited to 'projects/VSCode')
-rw-r--r--projects/VSCode/.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/.vscode/launch.json b/projects/VSCode/.vscode/launch.json
index b65aa1c1..04b385e3 100644
--- a/projects/VSCode/.vscode/launch.json
+++ b/projects/VSCode/.vscode/launch.json
@@ -8,7 +8,7 @@
"name": "Debug",
"type": "cppdbg",
"request": "launch",
- "program": "${workspaceFolder}/game",
+ "program": "${workspaceFolder}/main",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",