Skip to content

Commit

Permalink
debug: remove committed trace flags in js-debug debug
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Jul 23, 2021
1 parent dfa9a4f commit 9126e31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
"name": "Attach to VS Code",
"browserAttachLocation": "workspace",
"port": 9222,
"trace": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
Expand All @@ -198,7 +197,6 @@
"type": "pwa-chrome",
"request": "launch",
"name": "Launch VS Code Internal",
"trace": true,
"windows": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat"
},
Expand Down

0 comments on commit 9126e31

Please sign in to comment.