Skip to content

Commit

Permalink
Debugging is breaken when update vscode to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
humhei authored Mar 13, 2018
1 parent 1a57c02 commit 59b7901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"${workspaceRoot}/build/test.js"
],
"sourceMaps": true,
"outFiles": []
"outFiles": ["${workspaceRoot}/build/*.js"]
},
]
}
}

0 comments on commit 59b7901

Please sign in to comment.