At least opens a window

This commit is contained in:
2026-04-06 20:35:13 +02:00
parent 0a4552a1a4
commit 0996bb3688
10 changed files with 62 additions and 61 deletions
+3 -2
View File
@@ -6,11 +6,12 @@
"configurations": [
{
"name": "Launch",
"type": "lldb",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/build/FluidSimulation",
"args": [],
"cwd": "${workspaceRoot}/build"
"cwd": "${workspaceRoot}/build",
"MIMode": "lldb"
}
]
}