website/.vscode/launch.json

13 lines
332 B
JSON

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