Alle Programme so weit angepasst, dass Programmkette läuft.

This commit is contained in:
2025-05-20 15:34:29 +02:00
parent a48c39018c
commit bf6cb53c2e
6 changed files with 6764 additions and 15624 deletions
+3 -2
View File
@@ -109,14 +109,15 @@
},
{
"name": "routing for easy_positions.json",
"name": "routing for easy.json",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"easy_positions.json"
"easy.json",
"-g"
]
}
]