Skip to content

Commit

Permalink
fix: allow debugging unit tests in web/codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Oct 6, 2020
1 parent 50be930 commit d15cc23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,10 @@
}
},
{
"type": "chrome",
"type": "pwa-chrome",
"request": "attach",
"name": "Attach to VS Code",
"browserAttachLocation": "workspace",
"port": 9222
},
{
Expand Down

0 comments on commit d15cc23

Please sign in to comment.