17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"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>/**"]
|
|
}
|
|
]
|
|
}
|