tracy/.vscode/launch.json
2024-09-12 23:16:15 +02:00

14 lines
293 B
JSON

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