Weiferl.Frontend/angularapp/.vscode/launch.json

20 lines
401 B
JSON
Raw Normal View History

2023-07-09 13:12:19 +02:00
{
"version": "0.2.0",
"configurations": [
{
"type": "edge",
"request": "launch",
"name": "localhost (Edge)",
"url": "https://localhost:4200",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "localhost (Chrome)",
"url": "https://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]
}