Skip to content

Commit

Permalink
adjust launch config to correct module name
Browse files Browse the repository at this point in the history
- remaning from wahoo_mc to mahoomc was via #117
  • Loading branch information
treee111 committed May 8, 2022
1 parent 921a6f8 commit 1d741b2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "x/y: 134/88 (STG)",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand All @@ -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",
Expand All @@ -39,7 +39,7 @@
"name": "germany",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand All @@ -51,7 +51,7 @@
"name": "malta",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand All @@ -69,7 +69,7 @@
"name": "malta-geofabrik",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand Down Expand Up @@ -124,7 +124,7 @@
"name": "gui",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"gui"
Expand All @@ -134,7 +134,7 @@
"name": "cli help",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"-h"
Expand All @@ -144,7 +144,7 @@
"name": "test_2_malta",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand All @@ -162,7 +162,7 @@
"name": "test_2_liech",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand All @@ -181,7 +181,7 @@
"name": "x/y: 133/88 (germany&france)",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand All @@ -193,7 +193,7 @@
"name": "x/y: 138/100 (malta)",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand All @@ -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",
Expand All @@ -217,7 +217,7 @@
"name": "x/y: stg->gardasee (ten tiles)",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand All @@ -243,7 +243,7 @@
"name": "malta only merge - user directory test",
"type": "python",
"request": "launch",
"module": "wahoo_mc",
"module": "wahoomc",
"console": "integratedTerminal",
"args": [
"cli",
Expand Down

0 comments on commit 1d741b2

Please sign in to comment.