acdr/acdr-ui/.vscode/launch.json

17 lines
360 B
JSON
Raw Normal View History

2024-09-05 17:58:29 +08:00
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-msedge",
"request": "launch",
"name": "Launch Edge against localhost",
"url": "http://localhost:8081",
"webRoot": "${workspaceFolder}",
"breakOnLoad": true,
"sourceMaps": true,
"trace": true,
"skipFiles": ["<node_internals>/**"]
}
]
}