diff --git a/configuration/.vscode/launch.json b/configuration/.vscode/launch.json index f5a342f..4c968c9 100644 --- a/configuration/.vscode/launch.json +++ b/configuration/.vscode/launch.json @@ -8,7 +8,10 @@ "args": [], "cwd": "${workspaceFolder}", "preLaunchTask": "Build Executable", - "internalConsoleOptions": "neverOpen" + "internalConsoleOptions": "neverOpen", + "osx": { + "MIMode": "lldb" + } } ] }