Skip to content

Commit

Permalink
Add winjs skipFiles pattern to launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jan 19, 2018
1 parent 47832c9 commit 12ffe43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
"runtimeArgs": [
"--inspect=5875"
],
"skipFiles": [
"**/winjs*.js"
],
"webRoot": "${workspaceFolder}"
},
{
Expand Down

0 comments on commit 12ffe43

Please sign in to comment.