Skip to content

Commit

Permalink
update vsc remote debug setting
Browse files Browse the repository at this point in the history
  • Loading branch information
myst729 committed Jan 6, 2018
1 parent 85c523d commit 92132e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"request": "launch",
"webRoot": "${workspaceRoot}",
"sourceMaps": true,
"sourceMapPathOverrides": {
"webpack:///src/*": "${workspaceRoot}/src/*"
},
"url": "http://localhost:8080"
},
{
Expand All @@ -15,6 +18,9 @@
"request": "attach",
"webRoot": "${workspaceRoot}",
"sourceMaps": true,
"sourceMapPathOverrides": {
"webpack:///src/*": "${workspaceRoot}/src/*"
},
"port": 9222
},
{
Expand Down

0 comments on commit 92132e8

Please sign in to comment.