Files
vegasco/src/Vegasco-Web/.vscode/launch.json

15 lines
356 B
JSON
Raw Normal View History

2025-06-13 19:48:07 +02:00
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
2025-06-19 18:56:24 +02:00
"name": "Launch Web (Chrome)",
2025-06-13 19:48:07 +02:00
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
2025-06-19 19:00:40 +02:00
"postDebugTask": "Terminate All Tasks",
"url": "http://localhost:44200/",
2025-06-13 19:48:07 +02:00
}
]
}