mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
fix launch without build bug, this time for real
This commit is contained in:
parent
dbf800af4d
commit
d11f285680
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -22,11 +22,11 @@
|
|||||||
"name": "Launch Without Building",
|
"name": "Launch Without Building",
|
||||||
"type": "mono",
|
"type": "mono",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/Fook/bin/Debug/project_name.exe",
|
"program": "${workspaceFolder}/project_name/bin/Debug/project_name.exe",
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"osx":{
|
"osx":{
|
||||||
"env": {
|
"env": {
|
||||||
"DYLD_LIBRARY_PATH": "${workspaceFolder}/Fook/bin/Debug/osx/"
|
"DYLD_LIBRARY_PATH": "${workspaceFolder}/project_name/bin/Debug/osx/"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user