From 2668eb89f80d4dbb15fc87c773d129e415f506ee Mon Sep 17 00:00:00 2001 From: Simon Steuer Date: Sat, 23 Aug 2025 00:10:50 +0200 Subject: [PATCH] =?UTF-8?q?Konfigurationen=20an=20ge=C3=A4nderte=20Schalte?= =?UTF-8?q?r=20in=20process=5Fbom=20(siehe=20Commit=208826b2e)=20angeglich?= =?UTF-8?q?en.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6df71ae..6b10de0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,7 +19,7 @@ "program": "${file}", "console": "integratedTerminal", "justMyCode": true, - "args": ["000000382", "cmd"] + "args": ["-bom", "-av", "-tos", "000000382", "cmd"] }, { "name": "OutputAsCSV", @@ -28,7 +28,7 @@ "program": "${file}", "console": "integratedTerminal", "justMyCode": true, - "args": ["000000382", "csv"] + "args": ["-bom", "-av", "-tos", "000000382", "csv"] } ] }