Files
Folding/.vscode/launch.json
2024-05-11 13:25:07 +02:00

13 lines
332 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "test",
"program": "${workspaceFolder}/build_debug/tests/unit_tests_folding",
"args": [],
"cwd": "${workspaceFolder}/build_debug/tests",
},
]
}