At least opens a window
This commit is contained in:
Vendored
+3
-2
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user