Skip to content

Commit

Permalink
tidy up launch config
Browse files Browse the repository at this point in the history
- remove -fi entries for .json files
- delete unused entries
  • Loading branch information
treee111 committed Apr 10, 2022
1 parent dd4e20e commit 8e5d2a4
Showing 1 changed file with 7 additions and 48 deletions.
55 changes: 7 additions & 48 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,15 @@
"version": "0.2.0",
"configurations": [
{
"name": "only1-tile",
"name": "x/y: 134/88 (STG)",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/wahoo_map_creator.py",
"console": "integratedTerminal",
"args": [
"cli",
"-fi",
"${workspaceRoot}/tests/json/germany-only1.json",
"-md",
"100",
"-fp",
"-c",
"-om"
]
},
{
"name": "only1-tag-hidrive2",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/wahoo_map_creator.py",
"console": "integratedTerminal",
"args": [
"cli",
"-fi",
"${workspaceRoot}/tests/json/germany-only1.json",
"-tag",
"tag-wahoo-hidrive2.xml",
"-xy",
"134/88",
"-md",
"100",
"-fp",
Expand All @@ -38,15 +19,15 @@
]
},
{
"name": "only2-tile",
"name": "x/y: 134/88,134/87 (STG+HN)",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/wahoo_map_creator.py",
"console": "integratedTerminal",
"args": [
"cli",
"-fi",
"${workspaceRoot}/tests/json/germany-only2.json",
"-xy",
"134/88,134/87",
"-md",
"100",
"-fp",
Expand Down Expand Up @@ -160,29 +141,7 @@
]
},
{
"name": "old shape2osm",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/tooling/shape2osm.py",
"console": "integratedTerminal",
"args": [
"C:\\VSCode\\python\\wahooMapsCreator\\output\\138\\100\\land.shp",
"C:\\VSCode\\python\\wahooMapsCreator\\output\\138\\100\\land1.osm"
]
},
{
"name": "new shape2osm",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/tooling/shape2osm/shape2osm.py",
"console": "integratedTerminal",
"args": [
"C:\\VSCode\\python\\wahooMapsCreator\\output\\138\\100\\land.shp",
"C:\\VSCode\\python\\wahooMapsCreator\\output\\138\\100\\land1.osm"
]
},
{
"name": "x/y: 133/88",
"name": "x/y: 133/88 (germany&france)",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/wahoo_map_creator.py",
Expand Down

0 comments on commit 8e5d2a4

Please sign in to comment.