phi-offline / .vscode /launch.json
martia_f
idk what changed here
df38d58
raw
history blame contribute delete
No virus
283 Bytes
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "lldb",
"request": "launch",
"args": [],
"cwd": "/Users/martia/phi-offline",
"program": "/Users/martia/phi-offline/build/Debug/outDebug"
}
]
}