Skip to content

Commit

Permalink
adjust debug configuration to new type for python config
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Oct 16, 2024
1 parent 9732cab commit 834cea7
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"configurations": [
{
"name": "x/y: 134/88 (stuttgart)",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -19,7 +19,7 @@
},
{
"name": "x/y: 134/88,134/87 (STG+HN)",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -35,7 +35,7 @@
},
{
"name": "co: germany",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -47,7 +47,7 @@
},
{
"name": "co: malta (no POI)",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -65,7 +65,7 @@
},
{
"name": "co: malta NO -fp",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -80,7 +80,7 @@
},
{
"name": "x/y: 138/100 (malta)",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -96,7 +96,7 @@
},
{
"name": "co: malta - contour",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -114,7 +114,7 @@
},
{
"name": "x/y: 135/91 (gardasee) #160",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -130,7 +130,7 @@
},
{
"name": "gui",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -140,7 +140,7 @@
},
{
"name": "cli help",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -150,15 +150,15 @@
},
{
"name": "cli.init",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc.init",
"console": "integratedTerminal",
"args": []
},
{
"name": "x/y: 133/88 (germany&france)",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -171,7 +171,7 @@
},
{
"name": "x/y: 134/89 (bodensee 4 countries)",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -184,7 +184,7 @@
},
{
"name": "x/y: 72/98 (virginia)",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -200,7 +200,7 @@
},
{
"name": "co: virginia -nbc",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -217,7 +217,7 @@
},
{
"name": "x/y: stg->gardasee (ten tiles)",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -229,7 +229,7 @@
},
{
"name": "co: mexico #113",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -243,7 +243,7 @@
},
{
"name": "co: solomon_islands",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -258,7 +258,7 @@
},
{
"name": "country: liechtenstein & suisse",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -273,7 +273,7 @@
},
{
"name": "country: malta & liechtenstein",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -288,7 +288,7 @@
},
{
"name": "co: france",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand All @@ -305,7 +305,7 @@
},
{
"name": "xy: Plauen - contour #145",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "wahoomc",
"console": "integratedTerminal",
Expand Down

0 comments on commit 834cea7

Please sign in to comment.