debug: remove committed trace flags in js-debug debug

This commit is contained in:
Connor Peet 2021-07-23 11:26:56 -07:00
parent dfa9a4fa3f
commit 9126e31644
No known key found for this signature in database
GPG key ID: CF8FD2EA0DBC61BD

2
.vscode/launch.json vendored
View file

@ -185,7 +185,6 @@
"name": "Attach to VS Code",
"browserAttachLocation": "workspace",
"port": 9222,
"trace": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
@ -198,7 +197,6 @@
"type": "pwa-chrome",
"request": "launch",
"name": "Launch VS Code Internal",
"trace": true,
"windows": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat"
},