debug: adopt perScriptSourcemaps options for faster browser debugging

This commit is contained in:
Connor Peet 2020-10-21 16:34:59 -07:00
parent d7019f3d21
commit 9b646fda6c
No known key found for this signature in database
GPG key ID: CF8FD2EA0DBC61BD

6
.vscode/launch.json vendored
View file

@ -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,