Add wtl config for season 2026
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@@ -12,13 +12,21 @@
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"args": " --mode APIFootballUpdater --season 2026 --league 1 --configFile Tippliga"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "MatchesCreatorFootball",
|
||||
"request": "launch",
|
||||
"mainClass": "de.jeyp91.App",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"args": " --mode MatchesCreatorFootball --season 2026 --league 47 --configFile Relegation"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "MatchesUpdaterFootball",
|
||||
"request": "launch",
|
||||
"mainClass": "de.jeyp91.App",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"args": " --mode MatchesUpdaterFootball --season 2026 --league 49 --configFile Tippliga"
|
||||
"args": " --mode MatchesUpdaterFootball --season 2026 --league 48 --configFile WTL-Pokal"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
|
||||
Reference in New Issue
Block a user