website/.vscode/launch.json

13 lines
326 B
JSON

{
// Launch Code for Edge Debugging
"version": "9.10.21",
"configurations": [
{
"type": "pwa-msedge",
"request": "launch",
"name": "Launch Web-App",
"url": "file:///${workspaceFolder}/index.html",
"webRoot": "${workspaceFolder}"
}
]
}