Files
tracy/.vscode/launch.json
2024-03-21 23:04:37 +01:00

14 lines
294 B
JSON

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