Anpassungen bzgl. Stich-Anzeige und Kartenreihenfolge auf dem Stapel

This commit is contained in:
2024-09-17 23:08:02 +02:00
parent 929eeb15e6
commit 7428faa138
11 changed files with 488 additions and 200 deletions

13
.vscode/launch.json vendored
View File

@@ -10,11 +10,18 @@
"url": "http://localhost:4200/"
},
{
"name": "ng test",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: test",
"url": "http://localhost:9876/debug.html"
"name": "Debug Tests",
"url": "http://localhost:9876/debug.html",
"webRoot": "${workspaceFolder}",
"sourceMaps": true,
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*"
},
"runtimeArgs": [
"--headless"
]
}
]
}