Tomasi - Developing a8a032c1d7 ..
2024-10-10 07:43:07 +02:00

20 lines
399 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "edge",
"request": "launch",
"name": "localhost (Edge)",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "localhost (Chrome)",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]
}