…
This commit is contained in:
parent
12db0fc8f0
commit
77e9130fa1
1 changed files with 5 additions and 1 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue