merge der Oberflächenbehandlung.cfg

This commit is contained in:
2024-01-30 09:49:45 +01:00
parent da35bb4bb5
commit 32b2f69763
2 changed files with 21 additions and 16 deletions
+15 -3
View File
@@ -4,6 +4,7 @@
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
@@ -22,7 +23,8 @@
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"--sivas=829522001"
"-n 400102196",
"-t"
],
}
{
@@ -47,6 +49,16 @@
"--blacklist"
],
}
{
"name": "Python: Build Demo Gui",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"-d"
],
}
]
}
}