From 295bfe0829702e5f80eb94f76d752f249df5471c Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Fri, 10 Mar 2023 12:26:51 +0100 Subject: [PATCH] updated --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9bae310..f8d1b90 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceRoot}/build/tipplektionen", - "args": ["--min-length", "2", "--max-length", "6", "-c", "ctienrsg"], + "args": ["--min-length", "2", "--max-length", "6", "-c", "ctienrsgul", "--capital"], "cwd": "${workspaceRoot}", }] } \ No newline at end of file