diff --git a/.vscode/launch.json b/.vscode/launch.json index d164b798caa..2a54a65d214 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -253,6 +253,18 @@ "order": 3 } }, + { + "type": "pwa-msedge", + "request": "launch", + "name": "VS Code (Web, Edge)", + "url": "http://localhost:8080", + "pauseForSourceMap": false, + "preLaunchTask": "Run web", + "presentation": { + "group": "0_vscode", + "order": 3 + } + }, { "type": "node", "request": "launch",