diff --git a/.vscode/launch.json b/.vscode/launch.json index 9a5c41b3d8f..6153d7a995c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -269,8 +269,10 @@ } }, { - "type": "chrome", + "type": "pwa-chrome", "request": "launch", + "outFiles": [], + "perScriptSourcemaps": "yes", "name": "VS Code (Web, Chrome)", "url": "http://localhost:8080", "preLaunchTask": "Run web", @@ -282,6 +284,8 @@ { "type": "pwa-msedge", "request": "launch", + "outFiles": [], + "perScriptSourcemaps": "yes", "name": "VS Code (Web, Edge)", "url": "http://localhost:8080", "pauseForSourceMap": false,