This commit is contained in:
Martin Brodbeck 2021-08-12 14:28:48 +02:00
parent 12db0fc8f0
commit 77e9130fa1
1 changed files with 5 additions and 1 deletions

6
.vscode/launch.json vendored
View File

@ -9,7 +9,11 @@
"type": "python",
"request": "launch",
"program": "${file}",
"args": ["../Speiche_Deutschland_gmapsupp.img"],
"args": [
"/home/brodbemn/Dokumente/QMapShack/Karten/Speiche_Deutschland_gmapsupp.img",
"-t",
"/home/brodbemn/Dokumente/QMapShack/Karten/Speiche_Deutschland"
],
"console": "integratedTerminal"
}
]