Files
FluidSimulation/.vscode/launch.json
T
2026-04-06 20:35:13 +02:00

17 lines
534 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/build/FluidSimulation",
"args": [],
"cwd": "${workspaceRoot}/build",
"MIMode": "lldb"
}
]
}