mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
add cwd to launch arguments
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -8,10 +8,12 @@
|
||||
"program": "",
|
||||
"linux": {
|
||||
"program": "${workspaceFolder}/bin/linux-x86_64/sdl_template",
|
||||
"cwd": "${workspaceFolder}/bin/linux-x86_64",
|
||||
"preLaunchTask": "build linux-x86_64"
|
||||
},
|
||||
"windows": {
|
||||
"program": "${workspaceFolder}/bin/win-x86_64/sdl_template",
|
||||
"cwd": "${workspaceFolder}/bin/win-x86_64",
|
||||
"preLaunchTask": "build win-x86_64"
|
||||
},
|
||||
"args": [],
|
||||
|
||||
Reference in New Issue
Block a user