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