From 1d741b2b988ac3f288faac90cf912017ae858ff6 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sun, 8 May 2022 18:55:08 +0200 Subject: [PATCH] adjust launch config to correct module name - remaning from wahoo_mc to mahoomc was via #117 --- .vscode/launch.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0e30e297..4c6d5a5f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "x/y: 134/88 (STG)", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -22,7 +22,7 @@ "name": "x/y: 134/88,134/87 (STG+HN)", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -39,7 +39,7 @@ "name": "germany", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -51,7 +51,7 @@ "name": "malta", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -69,7 +69,7 @@ "name": "malta-geofabrik", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -124,7 +124,7 @@ "name": "gui", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "gui" @@ -134,7 +134,7 @@ "name": "cli help", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "-h" @@ -144,7 +144,7 @@ "name": "test_2_malta", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -162,7 +162,7 @@ "name": "test_2_liech", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -181,7 +181,7 @@ "name": "x/y: 133/88 (germany&france)", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -193,7 +193,7 @@ "name": "x/y: 138/100 (malta)", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -205,7 +205,7 @@ "name": "x/y: 138/100,133/88 (two tiles)", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -217,7 +217,7 @@ "name": "x/y: stg->gardasee (ten tiles)", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli", @@ -243,7 +243,7 @@ "name": "malta only merge - user directory test", "type": "python", "request": "launch", - "module": "wahoo_mc", + "module": "wahoomc", "console": "integratedTerminal", "args": [ "cli",