merge konflikt bereinigt

This commit is contained in:
2025-07-29 09:13:41 +02:00
parent 93cc4e1801
commit c022a9240c
5 changed files with 56 additions and 10 deletions
+48
View File
@@ -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",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"python.languageServer": "Pylance",
"python.languageServer": "None",
"cSpell.words": [
"DXFATTRIBS",
"ezdxf"