Files
Folding/.vscode/launch.json

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",
},
]
}