{ "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": ["/**"] } ] }