From 35ea9825e85e3d066fa920b33a5dd55203d4f505 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Fri, 12 Jul 2024 09:49:57 -0700 Subject: [PATCH] u flag --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5ac05c4..4e2b1e0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,7 +15,9 @@ "M", "L:/Git/Notes-Infineon/.Infineon", "-d", - "L:/Git/Notes-Infineon/.Infineon/.vscode/helper" + "L:/Git/Notes-Infineon/.Infineon/.vscode/helper", + "-u", + "true" ], "cwd": "${workspaceFolder}", "console": "integratedTerminal",