Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Sourcemaps enabled in initialConfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Mar 18, 2016
1 parent e26170d commit eb6f3df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@
"runtime": "node",
"initialConfigurations": [
{
"name": "Launch index.html",
"name": "Launch index.html with sourcemaps",
"type": "chrome",
"request": "launch",
"file": "${workspaceRoot}/index.html"
"file": "${workspaceRoot}/index.html",
"sourceMaps": true
},
{
"name": "Launch localhost with sourcemaps",
Expand All @@ -65,10 +66,11 @@
"webRoot": "${workspaceRoot}/wwwroot"
},
{
"name": "Attach",
"name": "Attach with sourcemaps",
"type": "chrome",
"request": "attach",
"port": 9222
"port": 9222,
"sourceMaps": true
}
],
"configurationAttributes": {
Expand Down

0 comments on commit eb6f3df

Please sign in to comment.