Fixed launch.json.
This commit is contained in:
parent
e370ea5b31
commit
9d56e73896
|
|
@ -9,7 +9,7 @@
|
|||
"type": "gdb",
|
||||
"request": "launch",
|
||||
"target": "${workspaceFolder}/build/2D_Engine",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"cwd": "${workspaceFolder}/build",
|
||||
"valuesFormatting": "parseText",
|
||||
"preLaunchTask": "Build"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue