Skip to content

Commit

Permalink
add sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Mar 22, 2017
1 parent 337861f commit 0b41414
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"args": [
"--extensionDevelopmentPath=${workspaceRoot}"
],
"stopOnEntry": false
"stopOnEntry": false,
"outFiles": [
"${workspaceRoot}/out/**/*.js"
]
},
{
"type": "mono",
Expand Down

0 comments on commit 0b41414

Please sign in to comment.