diff options
| author | raysan5 <[email protected]> | 2020-04-07 16:43:40 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-04-07 16:43:40 +0200 |
| commit | 3b174876b3546775ad1ca7c5d4bb96b8878e6350 (patch) | |
| tree | 2b6e6223244b981e56c35d11f94c5bbd728d4b0c /projects/VSCode | |
| parent | 62b7064e903fa04a403282ff2af55856da3e037d (diff) | |
| download | raylib-3b174876b3546775ad1ca7c5d4bb96b8878e6350.tar.gz raylib-3b174876b3546775ad1ca7c5d4bb96b8878e6350.zip | |
Update launch.json
Diffstat (limited to 'projects/VSCode')
| -rw-r--r-- | projects/VSCode/.vscode/launch.json | 2 |
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}", |
