From ee48a80b173bc42c7ad3985f79c8b455b74f851b Mon Sep 17 00:00:00 2001 From: Joakim Hunskaar Date: Tue, 6 Jan 2026 09:17:45 +0100 Subject: [PATCH] add mimode for mac --- configuration/.vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + } } ] }