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