Anpassung der Methoden auf Verwendung von Tunnels. launch.json angepasst, sodass easy_positions.json genommen wird.

This commit is contained in:
2025-05-27 16:54:45 +02:00
parent 9d1c488b26
commit 010b7bb6c4
3 changed files with 69 additions and 9 deletions
+4 -3
View File
@@ -110,15 +110,16 @@
]
},
{
"name": "routing for easy.json",
"name": "routing for easy_positions.json",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"easy.json",
"-g"
"easy_positions.json",
"-w"
"easy_todraw.json"
]
},
{