Korrektur der Namen zur Verschiebung der erzeugten Fehler und Symboldateien

This commit is contained in:
2026-01-29 16:40:03 +01:00
parent ba02f69f0f
commit 0587cfea36
2 changed files with 32 additions and 35 deletions
+28 -31
View File
@@ -262,8 +262,7 @@
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"ST_6300_Steuerungstestlayout1_neueBloecke.dxf",
"--filename", "ST_6300_Steuerungstestlayout1_neueBloecke.dxf",
"-s",
"-d",
"-r"
@@ -276,14 +275,10 @@
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"easy_todraw_edit.json",
"--new",
"easy_cables.dxf",
"--copy_layer",
"easy_reduziert.dxf",
"--origin",
"easy.dxf"
"--filename", "easy_todraw_edit.json",
"--new", "easy_cables.dxf",
"--copy_layer","easy_reduziert.dxf",
"--origin", "easy.dxf"
]
},
{
@@ -293,10 +288,8 @@
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"ST-Fortna_ASCII_todraw.json",
"-n",
"ST-Fortna_ASCII_cables.dxf"
"--filename", "ST-Fortna_ASCII_todraw.json",
"-n", "ST-Fortna_ASCII_cables.dxf"
]
},
{
@@ -306,12 +299,9 @@
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"test_todraw.json",
"-n",
"test_cables.dxf",
"-x",
"test_cables.xlsx"
"--filename", "test_todraw.json",
"-n", "test_cables.dxf",
"-x", "test_cables.xlsx"
]
},
{
@@ -321,10 +311,8 @@
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"easy_positions.json",
"-w",
"easy_todraw.json"
"--filename", "easy_positions.json",
"-w", "easy_todraw.json"
]
},
{
@@ -334,10 +322,8 @@
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"HundM_coords.json",
"-w",
"HundM_cables.json",
"--filename", "HundM_coords.json",
"-w", "HundM_cables.json",
"-g"
]
},
@@ -361,8 +347,7 @@
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--file",
"easy_3tunnels.dxf"
"--file", "easy_3tunnels.dxf"
]
},
{
@@ -372,6 +357,18 @@
"program": "${file}",
"console": "integratedTerminal",
"args": []
}
},
{
"name": "create_numbers.py with BGMG.dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename", "BGMG.dxf",
"--errorfile", "BGMG_errors.json",
"--write", "BGMG_symbols.json"
]
},
]
}