From 5c3431428f0c35f9daa521a12ca723a2d92731a7 Mon Sep 17 00:00:00 2001 From: Harrison Date: Tue, 25 Apr 2023 09:51:00 -0500 Subject: [PATCH] Added -k to 'launch.json' --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8f9231c..b8b5a10 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,7 +17,8 @@ "replaced", "-d", "-e", - "abc" + "abc", + "-k" ], "justMyCode": true }