merge der Oberflächenbehandlung.cfg
This commit is contained in:
Vendored
+15
-3
@@ -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"
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user