merge konflikt bereinigt
This commit is contained in:
Vendored
+48
@@ -40,6 +40,54 @@
|
||||
"easy_positions.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "getpositions with easyhoehe.dxf",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"--filename",
|
||||
"easyhoehe.dxf",
|
||||
"--sensors",
|
||||
"--rack",
|
||||
"--console",
|
||||
"--write",
|
||||
"easyhoehe_positions.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "getpositions with easysps.dxf",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"--filename",
|
||||
"easysps.dxf",
|
||||
"--sensors",
|
||||
"--rack",
|
||||
"--console",
|
||||
"--write",
|
||||
"easysps_positions.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "getpositions with easy_hdiff_nb.dxf",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"--filename",
|
||||
"easy_hdiff_nb.dxf",
|
||||
"--sensors",
|
||||
"--rack",
|
||||
"--console",
|
||||
"--write",
|
||||
"easy_hdiff_nb_positions.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "getpositions with ST500592_Omniflo.dxf",
|
||||
"type": "debugpy",
|
||||
|
||||
Reference in New Issue
Block a user