Files
vegasco/src/Vegasco-Web/.vscode/launch.json
ThompsonNye d71e523074
All checks were successful
continuous-integration/drone/push Build is passing
Terminate task after debug ends
2025-06-19 19:00:40 +02:00

15 lines
356 B
JSON

{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Web (Chrome)",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"postDebugTask": "Terminate All Tasks",
"url": "http://localhost:44200/",
}
]
}