fix launch without build bbug

This commit is contained in:
Mike 2019-09-07 22:40:45 -07:00
parent 8b3bd76f9e
commit dbf800af4d

2
.vscode/launch.json vendored
View File

@ -22,7 +22,7 @@
"name": "Launch Without Building",
"type": "mono",
"request": "launch",
"program": "${workspaceFolder}/Fook/bin/Debug/Fook.exe",
"program": "${workspaceFolder}/Fook/bin/Debug/project_name.exe",
"cwd": "${workspaceFolder}",
"osx":{
"env": {