From 77e9130fa16d3223be2b3f93cbe52948bb2ffd9d Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Thu, 12 Aug 2021 14:28:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index eb5b800..add2e98 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" } ]