Anpassung der Methoden auf Verwendung von Tunnels. launch.json angepasst, sodass easy_positions.json genommen wird.
This commit is contained in:
Vendored
+4
-3
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user