Konfigurationen an geänderte Schalter in process_bom (siehe Commit 8826b2e) angeglichen.

This commit is contained in:
2025-08-23 00:10:50 +02:00
parent eaec4f591a
commit 2668eb89f8
+2 -2
View File
@@ -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"]
}
]
}