Konfigurationen an geänderte Schalter in process_bom (siehe Commit 8826b2e) angeglichen.
This commit is contained in:
Vendored
+2
-2
@@ -19,7 +19,7 @@
|
|||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"justMyCode": true,
|
"justMyCode": true,
|
||||||
"args": ["000000382", "cmd"]
|
"args": ["-bom", "-av", "-tos", "000000382", "cmd"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "OutputAsCSV",
|
"name": "OutputAsCSV",
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"justMyCode": true,
|
"justMyCode": true,
|
||||||
"args": ["000000382", "csv"]
|
"args": ["-bom", "-av", "-tos", "000000382", "csv"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user