Files
enduro2d/.vscode/launch.json
2023-01-08 12:01:21 +07:00

12 lines
255 B
JSON

{
"version": "0.2.0",
"configurations": [{
"name": "LLDB Debug",
"type": "lldb",
"request": "launch",
"program": "${command:cmake.launchTargetPath}",
"args": [],
"cwd": "${workspaceFolder}"
}]
}